1.2.0 โ€ข Published 11 months ago

toppast v1.2.0

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
11 months ago

โญ TopPast

TopPast is a straightforward NPM package for anonymous pastbin. Easy to use and integrate into your Node.js projects! ๐ŸŒŸ

๐Ÿ“ฆ Installation

To install the package, run:

npm install toppast

๐Ÿ› ๏ธ Usage

  1. Require the package in your Node.js file:

    const TopPast = require('toppast');
  2. Run your script:

    Simply execute your index.js file or any other file where you've required toppast. The package will start working automatically. ๐Ÿš€

๐Ÿ“š Documentation

For more details, visit the TopPast GitHub page. ๐Ÿ“˜