nibe-fetcher

## example ``` const Fetcher = require('./')

Usage no npm install needed!

<script type="module">
  import nibeFetcher from 'https://cdn.skypack.dev/nibe-fetcher';
</script>

README

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