1.0.1 • Published 8 years ago

booknode v1.0.1

Weekly downloads
5
License
ISC
Repository
github
Last release
8 years ago

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