An API to communicate with paste.ee (Unoffical)
Install
npm install pastee-api
Usage
Create A Paste
let Pastee = 'YOUR TOKEN'; Pastee;
Paste object
- contents - The content of the Paste (Required)
- name - The name of the paste (Not Required)
- expire - The time in seconds (Not Required)
Return Object
- id - the id of the paste
- link - link to the paste
- success - true or false