AX-Semantics API Client


License
MIT
Install
npm install axsemantics@0.88.0

Documentation

axsemantics-js

A light wrapper around the AX APIs.

Install

npm install axsemantics

Use

No docs yet! Ask, and ye shall receive.

Development

npm install
# Make changes and commit
npm run lint
npm version [minor, patch]
npm run build
git push
npm publish