Skip to content

Use our API in both the browser and node

Notifications You must be signed in to change notification settings

axsemantics/axsemantics-js

Repository files navigation

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