airbitz-io-node-js

0.3.0 • Public • Published

Airbitz Node.js IO depdendencies

This library creates an io object with all the depenencies needed to run airbitz-core-js on Node.js.

Use it like this:

import { makeNodeContext } from 'airbitz-io-node-js'
 
const context = makeNodeContext({
  apiKey: '...',
  appId: '...',
  path: '/path/for/saving/data'
})

The Airbitz core will save all login data under the provided path option.

There is also a standalone makeNodeIo(path: string) function if you would like to inspect or modify the io object before passing it to the core's makeContext function.

Readme

Keywords

none

Package Sidebar

Install

npm i airbitz-io-node-js

Homepage

airbitz.co

Weekly Downloads

3

Version

0.3.0

License

SEE LICENSE IN LICENSE

Last publish

Collaborators

  • paullinator
  • edgyjontz
  • swansontec
  • thehobbit85
  • mattdpiche
  • samholmes