3.0.0 • Published 5 years ago

hastebin-gen-chineseedition v3.0.0

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

npm npm David

NPM

hastebin-gen-chineseedition

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

Installation

npm i -S hastebin-gen-chineseedition

Example

const hastebin = require('hastebin-gen-chineseedition');
hastebin({
input: "code", 
extension: "js", //not needed
clink: "https://hasteb.in" //not needed
}).then(r => {
    console.log(r); //https://hasteb.in/someurl.js
}).catch(console.error);

Devs

Jacz base ChineseMarc edit