Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 552 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 552 Bytes

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