This project demonstrates how to use the Navo Client in JavaScript and TypeScript.
Running the demo
To run the demo, first set your API credentials in config.js.
To run the JavaScript demo (source):
npm run run:js
To run the TypeScript demo (source):
npm run run:ts