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

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/

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
```