An unofficial library for https://hastebin.com/ which makes 'paste'-creation significantly easier.
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
const hastebin = require("hastebin-post");
hastebin("Hello, world!")
.then((url) => console.log(`URL: ${url}`));