Skip to content

Latest commit

 

History

History
49 lines (40 loc) · 1.21 KB

README.md

File metadata and controls

49 lines (40 loc) · 1.21 KB

Build Status GPLv3 license

OASA Telematics

Description

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

Getting started

Prerequisite

Installing

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

Development enviroment

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