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
- Host: GitHub
- URL: https://github.com/freecode911/toppast
- Owner: FreeCode911
- License: gpl-3.0
- Created: 2024-08-17T08:51:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-20T15:26:17.000Z (over 1 year ago)
- Last Synced: 2025-10-04T22:51:17.267Z (7 months ago)
- Topics: cloud, free, github, pastbin, storage, toppast
- Language: HTML
- Homepage:
- Size: 43 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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! ๐
[](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). ๐