booknode
v1.0.1
Published
Search book details using ISBN number.
Downloads
2
Readme
booknode
ISBN book search using google api
Installation
npm install booknode --save
Usage
var api = require("booknode");
var googlebook = new api.GoogleBook("<GOOGLE API KEY>");
googlebook.isbnLookup("1449312942", function (error, data) {
if ( !!error ) {
throw error;
return;
}
data.items[0].volumeInfo.title.should.be.equal("Programming Entity Framework")
done();
});
Tests
npm test
Contributing
Release History
- 0.1.0 Initial release Search a book using ISBN through Google API
TODO
support:
isbndb isbnplus Open Library Worldcat