Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/Sumukh/goodreads-currently-reading
- Owner: Sumukh
- Created: 2019-05-26T04:07:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-28T05:18:57.000Z (almost 2 years ago)
- Last Synced: 2024-05-28T04:11:03.372Z (6 months ago)
- Language: Python
- Homepage: https://goodreads-reading.sumukh.now.sh/
- Size: 38.1 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - Sumukh/goodreads-currently-reading - A JSON API for what you've been reading on Goodreads (Python)
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