Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 852 Bytes

File metadata and controls

31 lines (18 loc) · 852 Bytes

TopPast

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

Run on Repl.it

📦 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. 📘