Lamassu BitcoinAverage ticker plugin
- Type this into your terminal:
npm update # in case you cloned via git
npm test
BitcoinAverage has released v2.0 of it's API which requires authentication via an api key-pair. These can be generated for free at https://bitcoinaverage.com/en/apikeys, registration is required.
This plugin uses the old v1.0 API by default, which will be discarded soon. So make sure to create an account and generate yourself an API v2.0 key-pair. Then copy and paste this key-pair(key and secret) into the API_KEY and API_SECRET variables in the ticker.js file.