0.0.2 • Published 8 years ago

t4r-plugin-metadata-googleapi-com v0.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

t4r-library-googleapi-com

Google books api library plugin for time4rest.

Installation

$ npm install t4r-library-googleapi-com

Example

Search books:

library.searchBook('harry potter').then((books){
  console.log(books)
})

Search magazines:

library.searchMagazine('new york magazine').then((books){
  console.log(books)
})

License

MIT