hastebin-generator

1.1.4 • Public • Published

hastebin-generator

A npm module for generating hastebin links. https://www.npmjs.com/package/hastebin-generator

Installation

npm i hastebin-generator

Examples

const h = require('./index');
h('code', 'js').then(r => {
    console.log(r); //https://hastebin.com/ifuzovakeg.js
}).catch(console.error);
require('hastebin-generator')(require('fs').readFileSync(__filename), 'js').then(r => console.log(r))
//https://hastebin.com/qoziyevubu.js

Dependents (0)

Package Sidebar

Install

npm i hastebin-generator

Weekly Downloads

13

Version

1.1.4

License

ISC

Last publish

Collaborators

  • lusiddev