nibe-fetcher

1.1.0 • Public • Published

nibe-fetcher

example

const Fetcher = require('./')

var f = new Fetcher({
  clientId: 'xxx',
  clientSecret: 'yyy',
  systemId: zzz
})

f.on('data', (data) => {
  console.log(JSON.stringify(data, null, ' '))
})

f.on('error', (data) => {
  console.error('Error:', data)
})

Readme

Keywords

none

Package Sidebar

Install

npm i nibe-fetcher

Weekly Downloads

0

Version

1.1.0

License

MIT

Last publish

Collaborators

  • z0mt3c