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

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

Awesome Lists containing this project

README

        

# READING-BOOKS
This is a simple code for showing you [goodread](https://www.goodreads.com/) books

![Vercel](https://therealsujitk-vercel-badge.vercel.app/?app=reading-books)

## It uses [goodread](https://www.goodreads.com/) RSS feed

![sample](https://reading-books-alestor123.vercel.app/current?type=svg)

# 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

[![Deploy with Vercel](https://vercel.com/button)](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=
```