0.1.2 • Published 7 years ago

hastebgen-js v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
7 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

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago