Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/Sumukh/goodreads-currently-reading

A JSON API for what you've been reading on Goodreads
https://github.com/Sumukh/goodreads-currently-reading

Last synced: 3 months ago
JSON representation

A JSON API for what you've been reading on Goodreads

Awesome Lists containing this project

README

        

# Goodreads Currently Reading

This application serves as a simple API to list what books you are reading on Goodreads in a friendly JSON format. It wraps another helper API.

# Development
```
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
```

# Production

# License

Source code: MIT