Skip to content

Latest commit

 

History

History
74 lines (52 loc) · 1.78 KB

README.md

File metadata and controls

74 lines (52 loc) · 1.78 KB

Caution

Goodreads API Notice: Goodreads has stopped distributing API keys.

Book Blog

📚 A Personal Book Blog Template using Goodreads API 📖

Overview 🔹 Preview 🔹 Setup 🔹 Tools

Overview

Preview

Setup

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

config.js

var config = {
  API_KEY : 'YOUR_GOODREADS_API_KEY_HERE',
  userID: 'YOUR_GOODREADS_ID_HERE'
}

goodreads.com

UserID can be found in the URL when you visit your Goodreads profile

https://goodreads.com/user/show/'userID'-user-name

✨ That's it ✨

Made Using 🔧

  • HTML
  • CSS
  • Bootstrap
  • Vanilla JavaScript
  • Goodreads API