1.2.0 โข Published 11 months ago
toppast v1.2.0
โญ TopPast
TopPast is a straightforward NPM package for anonymous pastbin. Easy to use and integrate into your Node.js projects! ๐
โถ๏ธTutorial : https://youtu.be/qoOkwq1HtzU
๐ฆ Installation
To install the package, run:
npm install toppast
๐ ๏ธ Usage
Require the package in your Node.js file:
const TopPast = require('toppast');
Run your script:
Simply execute your
index.js
file or any other file where you've requiredtoppast
. The package will start working automatically. ๐
๐ Documentation
For more details, visit the TopPast GitHub page. ๐