Skip to content

An unofficial library for https://hastebin.com/ which makes 'paste'-creation significantly easier.

License

Notifications You must be signed in to change notification settings

Fuwn/hastebin-post

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hastebin-post

An unofficial library for https://hastebin.com/ which makes 'paste'-creation significantly easier.

Install

Stable Release:

$ npm install hastebin-post
# or with Yarn
$ yarn add hastebin-post

GitHub Development Version:

$ npm install FlareonUwU/hastebin-post
# or with Yarn
$ yarn add FlareonUwU/hastebin-post

Usage

const hastebin = require("hastebin-post");

hastebin("Hello, world!")
  .then((url) => console.log(`URL: ${url}`));

License

MIT Copyright 2018-2019 FlareonUwU

About

An unofficial library for https://hastebin.com/ which makes 'paste'-creation significantly easier.

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • JavaScript 100.0%