This is an API helping me and you implementing the OASA API in a more normal way by parsing a mesh of data.
Public API and Swagger URL: api.oasa-telematics.com/v1/
WARNING: The API is not ready yet so some endpoints may be missing.
NOW LIVE
- npm [https://www.npmjs.com/get-npm]
- nodemon [https://nodemon.io] For the dev enviroment only
To be fair, it should be easy to use.
First, clone this project
git clone https://github.com/geoza2000/OASA-Telematics.git
Then get inside the project directory
cd OASA-Telemeatics
Install things
npm i
Finally, run it
npm start
If you want to develop on the appication you can run the "dev" script.
First you need to install the nodemon tool (please install it globally so doen't mess with project package)
npm i -g nodemon
Then run the dev enviroment
npm run dev