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
- Host: GitHub
- URL: https://github.com/onuar/awesome-reading
- Owner: onuar
- Created: 2017-05-19T04:23:47.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-22T17:37:38.000Z (almost 9 years ago)
- Last Synced: 2025-03-10T16:04:16.964Z (over 1 year ago)
- Topics: flask, gunicorn, heroku, python, readability
- Language: Python
- Homepage:
- Size: 6.33 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`