time4rest metadata plugin based on google api
npm install t4r-plugin-metadata-googleapi-comGoogle books api library plugin for time4rest.
```
$ npm install t4r-library-googleapi-com
Search books:
`js`
library.searchBook('harry potter').then((books){
console.log(books)
})
Search magazines:
`js``
library.searchMagazine('new york magazine').then((books){
console.log(books)
})
MIT