0.1.2 • Published 6 years ago

hastebgen-js v0.1.2

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

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago