Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 18 days ago
JSON representation

An Open Source Template for Book Blog using Goodreads API

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