https://github.com/afaur/node-pastebin-api
Implements basic functionality to interact with https://pastebin.com/
https://github.com/afaur/node-pastebin-api
Last synced: over 1 year ago
JSON representation
Implements basic functionality to interact with https://pastebin.com/
- Host: GitHub
- URL: https://github.com/afaur/node-pastebin-api
- Owner: afaur
- Created: 2017-07-05T21:00:37.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-05T21:01:00.000Z (about 9 years ago)
- Last Synced: 2025-02-12T13:56:48.495Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Setup
```
Copy `config/settings_template.json` to `config/settings.json`
Edit `config/settings.json` adding your paste bin information
```
# Run
```
yarn install
node index.js
```