Javascript client library
Javascript client library for Core API.
In progress.
Usage
Browser
The core js library is available on the unpkg cdn. Once loaded the library will be available on window.coreapi
.
Node
Install it with NPM or add it to your package.json:
$ npm install coreapi
const coreapi = ; const client = client ;
Tests
To run the tests (linting & unit tests):
npm test