This package has been deprecated

Author message:

reason message

hastebin-gen-chineseedition

3.0.0 • Public • Published

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

Package Sidebar

Install

npm i hastebin-gen-chineseedition

Weekly Downloads

2

Version

3.0.0

License

MIT

Unpacked Size

3.32 kB

Total Files

4

Last publish

Collaborators

  • npm