Skip to content

ahsankhan26/Book-Blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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