Skip to content

MonkeDev/haste-pls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

haste-pls

An npm package to upload code to a pastbin.

Example

const hastePls = require("haste-pls");
const bin = new hastePls()
const postBin = async (content) => {
    bin.setContent(content);
    const res = await bin.post();
    console.log(res);
}  

postBin("hello hastebin from haste-pls");

About

An npm package to upload code to a hastebin

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published