Skip to content

An API parsing the official OASA API datasets for better data structure.

License

Notifications You must be signed in to change notification settings

geoza2000/OASA-Telematics

Repository files navigation

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

About

An API parsing the official OASA API datasets for better data structure.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published