https://github.com/alestor123/reading-books
This is a simple code for showing you goodread books
https://github.com/alestor123/reading-books
book github goodreads goodreads-api json love nodjs profile reading svg vercel xml
Last synced: 2 months ago
JSON representation
This is a simple code for showing you goodread books
- Host: GitHub
- URL: https://github.com/alestor123/reading-books
- Owner: alestor123
- License: mit
- Created: 2021-06-05T18:37:16.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-10T05:40:23.000Z (about 4 years ago)
- Last Synced: 2025-02-10T22:25:13.990Z (4 months ago)
- Topics: book, github, goodreads, goodreads-api, json, love, nodjs, profile, reading, svg, vercel, xml
- Language: JavaScript
- Homepage: https://reading-books.vercel.app/
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# READING-BOOKS
This is a simple code for showing you [goodread](https://www.goodreads.com/) books
## It uses [goodread](https://www.goodreads.com/) RSS feed

# Usage
## To get all the reads
tyoe : JSON```GET https://reading-books-alestor123.vercel.app/?id=```
## To get the current reading
type:JSON```GET https://reading-books-alestor123.vercel.app/current?id=```
## To get the current reading badge
type:SVG```GET https://reading-books-alestor123.vercel.app/current?id=&&type=svg```
## For showing the badge in markdown
```
![]()
```
## You Should get something like this
![]()
# Deploy On Vercel
## Fork this repo
## Click on the button right below
[](https://vercel.com/new/git/external?repository-url=https%3A%2F%2Fgithub.com%2Falestor123%2FREADING-BOOKS%2F)## Then you can set your own env variable on vercel
```
ID=
```