https://github.com/ahsankhan26/book-blog
An Open Source Template for Book Blog using Goodreads API
https://github.com/ahsankhan26/book-blog
api bootstrap css goodreads goodreads-api html javascript js vanilla-javascript xml
Last synced: over 1 year ago
JSON representation
An Open Source Template for Book Blog using Goodreads API
- Host: GitHub
- URL: https://github.com/ahsankhan26/book-blog
- Owner: ahsankhan26
- License: mit
- Created: 2020-08-08T14:54:21.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-09T12:00:38.000Z (almost 2 years ago)
- Last Synced: 2025-03-17T06:51:27.234Z (over 1 year ago)
- Topics: api, bootstrap, css, goodreads, goodreads-api, html, javascript, js, vanilla-javascript, xml
- Language: JavaScript
- Homepage:
- Size: 514 KB
- Stars: 11
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> [!CAUTION]
> **Goodreads API Notice**: Goodreads has stopped distributing API keys.
Book Blog
:books: A Personal Book Blog Template using Goodreads API :book:
Overview :small_blue_diamond:
Preview :small_blue_diamond:
Setup :small_blue_diamond:
Tools
Overview
Preview
Setup
You need to have a Goodreads account in order to use to API
```ruby
# 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
```javascript
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
```ruby
https://goodreads.com/user/show/'userID'-user-name
```
:sparkles: That's it :sparkles:
Made Using :wrench:
* HTML
* CSS
* Bootstrap
* Vanilla JavaScript
* Goodreads API