1.1.3 • Published 9 years ago

bifrost-node v1.1.3

Weekly downloads
-
License
ISC
Repository
-
Last release
9 years ago

Bifrost Node

Node.js driver for Bifrost

npm install --save bifrost-node

var Bifrost = require('bifrost-node');

var username = "username";
var password = "password";
var server = "http://devqm.dsi.ntwk:33003";

var bifrost = new Bifrost(username, password, {
  baseUrl: server
});

// Uncomment to disable sockets
// bifrost.setUseFile(true);

bifrost.get('DBAMF2 aaa')
  .then(console.log)
  .catch(console.error);
1.1.4

9 years ago

1.1.3

9 years ago

1.1.2

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.0

9 years ago