1.2.3 • Published 5 years ago

easy-hastebin v1.2.3

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

easy-hastebin downloads

Simple NPM module for generating hasteb.in links.

Motivation

I prefer hasteb.in to hastebin.com and I didn't like the fact that other modules used snekfetch (now deprecated).

Installation

npm i easy-hastebin

Usage

const haste = require('easy-hastebin');

const myCrazyProgram = f=n=>n>1?f(n-1)+f(n-2):n;

// js file extension (default)
haste(myCrazyProgram).then(console.log);

// custom file extension
haste(myCrazyProgram, 'cpp').then(console.log);

// plaintext (no file extension)
haste(myCrazyProgram, null).then(console.log);

License

MIT © 2019 Sam Gilburg

1.2.3

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago