Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.
/ paster.js Public archive

Official JS wrapper for paste.colem.dev

Notifications You must be signed in to change notification settings

colemdv/paster.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paster.js

NPM Package Version Size

The official JS wrapper for paste.colem.dev

Installation

Install with NPM

npm install paster.js

Install with Yarn

yarn install paster.js


Examples

Create a paste

const paster = require("paster.js");
const paste = await paster.create("paste content")
console.log(paste)

Fetch a paste

const paste = await paster.fetch('paste_id')
console.log(paste)

About

Official JS wrapper for paste.colem.dev

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published