Other pages

Tweet

Unread books (Work in Progress)

Why

I occasionally/accidentally come across books by authors I've previously read, and wonder what others I'm missing. I'm writing a thingy to tell me that, based on data from goodreads.com

  1. Goodreads
  2. Goodreads API

What?

Goodreads has an API which allows me to extract all the books I've told it that I've read, as well as all the books those authors have read in total. Currently we just output the differences between these two lists.

Code

  1. WWW::Goodreads::API on GitHub

Comments