Skip to content

alestor123/READING-BOOKS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

READING-BOOKS

This is a simple code for showing you goodread books

Vercel

It uses goodread RSS feed

sample

Usage

To get all the reads

tyoe : JSON

GET https://reading-books-alestor123.vercel.app/?id=<Good read user id>

To get the current reading

type:JSON

GET https://reading-books-alestor123.vercel.app/current?id=<Good read user id>

To get the current reading badge

type:SVG

GET https://reading-books-alestor123.vercel.app/current?id=<Good read user id>&&type=svg

For showing the badge in markdown

<img src="https://reading-books-alestor123.vercel.app/current?id=<Good read user id>&&type=svg">

You Should get something like this

Deploy On Vercel

Fork this repo

Click on the button right below

Deploy with Vercel

Then you can set your own env variable on vercel

ID=<Your good read id which will be taken as default>