Caution
Goodreads API Notice: Goodreads has stopped distributing API keys.
Overview 🔹 Preview 🔹 Setup 🔹 Tools
You need to have a Goodreads account in order to use to API
# Clone this repository
$ git clone https://github.com/ahsankhan26/Book-Blog.git
# Go to the repository folder
$ cd Book-Blog
# Create a new file(config.js)
$ touch config.js
var config = {
API_KEY : 'YOUR_GOODREADS_API_KEY_HERE',
userID: 'YOUR_GOODREADS_ID_HERE'
}
UserID can be found in the URL when you visit your Goodreads profile
https://goodreads.com/user/show/'userID'-user-name
- HTML
- CSS
- Bootstrap
- Vanilla JavaScript
- Goodreads API