Typescript SDK for Geneea General NLP API.
Clone the repository and run npm install from the command line.
npm install
Run npm run build or ./node_modules/.bin/tsc.
npm run build
./node_modules/.bin/tsc
Run npm run test or ./node_modules/.bin/jest.
npm run test
./node_modules/.bin/jest