0.0.3 • Published 11 years ago

tw-library v0.0.3

Weekly downloads
7
License
-
Repository
github
Last release
11 years ago

tw-library

Example

var Library = require('./lib/library');
var lib = Library.create(/* host:port/database */); // default: 192.83.186.170:210/INNOPAC

lib.search('@attr 1=7 9789866613562')
.then(function (books) {
  var book = books.first();
  return book.getData();
})
.then(function (data) {
  console.log(data);
  lib.close();
}, function (err) {
  console.error(err);
});
0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago

0.0.0

11 years ago