open-libra

0.1.1 • Public • Published

open-libra

Simple client for Open Libra API

Install

$ npm install open-libra --save

Usage

var openLibra = require('open-libra')
 
var client = openLibra.createCliente()
 
client.books('/', 'GET', { id: 589 }, function (err, books) {
  // do something books
})
 
client.search('javascript', { num_items: 5 }function(err, books) {
  // do something books
})

Package Sidebar

Install

npm i open-libra

Weekly Downloads

0

Version

0.1.1

License

MIT

Last publish

Collaborators

  • epestanamx