Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

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

Stars

1 star

Watchers

1 watching

Forks

Packages

Used by

Contributors

Languages