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.

16 lines
455 B

4 years ago
  1. # Set Up Guide
  2. You must fork this repository first to create a Vercel project.
  3. ## Goodreads
  4. - Go to your goodreads profile (on your PC).
  5. - Next to "Your recent updates" there is an hyperlink called **rss**
  6. ## Vercel
  7. * Register on [Vercel](https://vercel.com/)
  8. * Create project linked to your github repo
  9. * Add System Variable:
  10. * `https://vercel.com/<YourName>/<ProjectName>/settings/environment-variables`
  11. * `GOODREADS_RSS_URL`
  12. * Deploy!