This project provides a badge for sharing your current book in your github profile.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Yigit Colakoglu b91f60783c Removed environment var 2 years ago
api Removed environment var 2 years ago
.gitignore Initial commit 4 years ago
README.md Removed environment var 2 years ago

README.md

Book status for profile README

This project provides a badge for sharing your current book in your github profile.

GoodReads

It is heavily inspired by spotify-readme.

Set Up Guide

  • Go to your goodreads profile (on your PC).
  • Next to "Your recent updates" there is an hyperlink called rss
  • Note down the 8 digit integer in the ending of the URL's path section
  • Add the following into the readme file, replacing the parameter with the id you noted down.
<h3 align="left">I am currently reading:</h3>
<a href="<Your Profile URL>"><img src="https://goodreads-readme.vercel.app/api/book?id=<ID you noted down>" alt="GoodReads reading" width="350" /></a>