Built on the Goodreads API.
$ git clone <repo>
$ cd goodreads-bookmark/
To access the Goodreads API, you need a developer key.
- Register for a key here and save the generated
key
andsecret
. - In
/key.json
, save yourkey
andsecret
as strings. - Run
git update-index --assume-unchanged key.json
from your command line.
Note: API deprecation notice here