0.0.4 • Published 7 years ago

openbd v0.0.4

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

openBD

https://openbd.jp/

insatll

$ npm install openbd

Usage

require('openbd');
let openbd = new openBD();

/*
 * 1件だけ取得
 */
openbd.get('4088810023', function(err, response, body) {
  console.log(body);
});

/*
 * 複数件取得
 */
openbd.get(new Array('4088810023', '4088725093'), function(err, response, body) {
  console.log(body);
});

License

MIT