项目作者: geoza2000

项目描述 :
An API parsing the official OASA API datasets for better data structure.
高级语言: JavaScript
项目地址: git://github.com/geoza2000/OASA-Telematics.git
创建时间: 2019-09-25T16:39:54Z
项目社区:https://github.com/geoza2000/OASA-Telematics

开源协议:GNU General Public License v3.0

下载


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

  1. git clone https://github.com/geoza2000/OASA-Telematics.git

Then get inside the project directory

  1. cd OASA-Telemeatics

Install things

  1. npm i

Finally, run it

  1. 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)

  1. npm i -g nodemon

Then run the dev enviroment

  1. npm run dev