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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e8030f7 · Feb 8, 2024
Feb 7, 2024
Feb 8, 2024
Nov 28, 2018
Dec 20, 2021
Jul 27, 2021
Nov 28, 2016
Apr 30, 2018
Feb 8, 2024
Feb 8, 2024
Dec 20, 2021
Dec 20, 2021
Dec 20, 2021
Dec 20, 2021

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