hubble-request
v0.2.3
Published
Hubble API endpoints and error handling
Readme
Hubble Request
Hubble Request is a npm module to interact with the Hubble API.
How to install
Run npm install hubble-request
To install a local version, run npm install from the library folder.
How to develop
Make sure you have npm >= 5.
For local development, use npm run watch, this will automatically watch for changes to src and build them to dist.
You can use the npm link command (see https://docs.npmjs.com/cli/link for instructions).
Type npm run test to run all tests in the test directory.
