geoza2000 / OASA-Telematics

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:GNU General Public License v3.0


Languages

Language:JavaScript 99.7%Language:Dockerfile 0.3%