tl;dr
Add books to certain list in Wunderlist, mark as done when finished reading, and retrieve completed tasks via API if you want to make list of the books you’ve read.
- Register dummy app, and get
client_id
andaccess_token
on Wunderlist’s developer’s page - Create list called “Reading”
- Get some books
- Add task like
Author Name, Title, ...
- Reading time
- Write impressions or quote interesting part of the book, and put them into comments form in Wunderlist
- Mark as done when finished or just got bored
- Retrieve list via API
- Filter by keys such as
completed_at
,created_at
if you want…
- Filter by keys such as
- Write article about books I’ve read