0.1.2 • Published 5 years ago

hastebgen-js v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

hastebgen-js

A key generator for https://hastebin.com

Example

const hastebin = require("hastebgen-js");
const bin = new hastebin();

// Post bin.post("hello").then(body => { console.log(body.url); // Hastebin URL });

// Get bin.get("ucunubuveb").then(text => { console.log(text); // Some Text });

0.1.2

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago