bifrost-node

1.1.3 • Public • Published

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);

Readme

Keywords

none

Package Sidebar

Install

npm i bifrost-node

Weekly Downloads

1

Version

1.1.3

License

ISC

Last publish

Collaborators

  • scragg0x