t4r-plugin-metadata-googleapi-com
v0.0.2
Published
time4rest metadata plugin based on google api
Maintainers
Readme
t4r-library-googleapi-com
Google books api library plugin for time4rest.
Installation
$ npm install t4r-library-googleapi-comExample
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
