Recently I was working on some personal project which required interacting with ISBNDB’s REST API. But couldn’t find any node module for the same.
Took some time off from the project and started to work on creating a node module. And finally I succeeded in publishing a stable first release. Currently it only scrapes the tip of the vast API designed by the ISBNDB team, will be adding new features to the module soon.
Feeling very excited. You can have a look at the module at https://www.npmjs.org/package/isbndbjs
Let me know how it goes while you use it.