openbd

0.0.4 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i openbd

Weekly Downloads

4

Version

0.0.4

License

MIT

Last publish

Collaborators

  • gennei