exaQuark JS
JS library for connecting to exaquark.com
Getting started
npm install --save exaquark-js
Documentation
See full docs at https://docs.exaquark.io/
Internals
Commands
npm run clean
- Remove lib/
directorynpm test
- Run tests. Tests can be written with ES6 (WOW!)npm test:watch
- You can even re-run tests on file changes!npm run cover
- Yes. You can even cover ES6 code.npm run lint
- We recommend using airbnb-config. It's fantastic.npm run test:examples
- We recommend writing examples on pure JS for better understanding module usage.npm run build
- Do some magic with ES6 to create ES5 code.npm run prepublish
- Hook for npm. Do all the checks before publishing you module.
Demo
You can see a demo of the library in action in demo
. See demo/README.md
for instructions.