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

https://github.com/onuar/awesome-reading

backend of awesome-reading mobile app
https://github.com/onuar/awesome-reading

List: awesome-reading

flask gunicorn heroku python readability

Last synced: about 2 months ago
JSON representation

backend of awesome-reading mobile app

Awesome Lists containing this project

README

          

## Deployment Setup
* `virtualenv venv`
* `source venv/bin/activate`
* `pip install -r requirements.txt`
* `python app.py` || `gunicorn -b 0.0.0.0:5000 app:app`

## Test Example
* GET: `https://awesome-reading.herokuapp.com/read?url=http://www.bbc.com/news/technology-39920141`