Node.js , Redis PubSub, Socket.io , Express, MongoDB Book reading progress tracker.
- Install MongoDB , Node.js, Redis
- Run
mongod
npm install
to download required packagesnpm start
to start the application- open http://localhost:3000 on web-browser
Get realtime update of what frieds are reading!
Book search invoke local and goodreads search. If any new book found by the searched string that is not in the app database, it retrive the book info from goodreads , update app database and then push info to the user
Visual Book reading progress on users profile update realtime as user turn pages!
The RESTFull API allow any ebook reader app to integrate with the booker server. Sample Booker (Windows only ebook reader app can be found here
For API documentation read WIKI