0.3.0 • Published 7 years ago

airbitz-io-node-js v0.3.0

Weekly downloads
13
License
SEE LICENSE IN LI...
Repository
github
Last release
7 years ago

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.

0.3.0

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago