An open API service indexing awesome lists of open source software.

https://github.com/freecode911/toppast

TopPast: Anonymous PastBin Using GitHub Cloud Storage
https://github.com/freecode911/toppast

cloud free github pastbin storage toppast

Last synced: about 2 months ago
JSON representation

TopPast: Anonymous PastBin Using GitHub Cloud Storage

Awesome Lists containing this project

README

          

# โญ **TopPast**

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

[![Run on Repl.it](https://repl.it/badge/github/FreeCode911/AnoUpload)](https://repl.it/github/FreeCode911/AnoUpload)
- **โ–ถ๏ธTutorial** : [https://youtu.be/qoOkwq1HtzU](https://youtu.be/qoOkwq1HtzU)

## ๐Ÿ“ฆ Installation

To install the package, run:

```bash
npm install toppast
```

## ๐Ÿ› ๏ธ Usage

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

```javascript
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](https://github.com/FreeCode911/TopPast). ๐Ÿ“˜