Package Exports
- geckoboard
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (geckoboard) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
geckoboard-node
This module requires Node v4 or greater.
For users of the deprecated custom widget library
You should pin your
package.jsonto version0.0.9of this module to ensure that your code continues to work.
npm install geckoboard@0.0.9 --save
Installation
npm install geckoboardUse
The latest documentation and user guide can be found on the Geckoboard developer docs (https://developer-beta.geckoboard.com/js)
Running the tests
npm run testDevelopment
You can change the host against which requests will be made by setting the GECKOBOARD_API_HOST environment variable to the full URL of the instance you wish to use.