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

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

Awesome Lists containing this project

README

          

# django-reading-list
A New Reading List App

![Reading List Image](http://i.imgur.com/G3cmd7S.png)

## 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.