https://github.com/simonv3/django-reading-list
A New Reading List App
https://github.com/simonv3/django-reading-list
Last synced: 7 days ago
JSON representation
A New Reading List App
- Host: GitHub
- URL: https://github.com/simonv3/django-reading-list
- Owner: simonv3
- License: mit
- Created: 2015-02-04T01:48:21.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-12T09:08:11.000Z (over 11 years ago)
- Last Synced: 2025-02-21T17:48:24.691Z (over 1 year ago)
- Language: Python
- Size: 4.47 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# django-reading-list
A New Reading List App

## To Install
```
git clone git@github.com:simonv3/django-reading-list.git
virtualenv .
pip install -r requirements.txt
python manage.py runserver
```
## Server
A server will be running some time in the future.
# Roadmap
* Fix view on lower resulotion screens
* Write API tests
* Write JavaScript Tests
* Refactor into more widgets and components
* Write tests for those widgets and components
* Build ISBN based entry points into the app.
* Parse NYT Book Reviews feed to get book reviews and store them.
* Look for other potential feeds.
* Look into hosting providers.