KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
fleet
★ 10
Open GitHub ↗
Track your vehicle fleet
Download README (.md)
Explore Similar Repositories
practical-ml
:
Practical machine learning with the Jupyter Notebook.
introduccion-cd-ml
:
Introducción a la ciencia de datos y al aprendizaje automático
TinyBasicESP32
:
A tiny basic derivative that leverages the ESP32 with an SD card and TFT display
arabic-laravel
:
No description available.
cs544-old
:
CS544 - Enterprise Architecture Examples
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
fleet
?
Download (.md)
# FLEET An Adonisjs application to track incoming GPS data. Check this short video here https://youtu.be/4rqEqM_nVKE ## How to The app accepts the following ``` curl -X POST \ http://localhost:3333/api/v1/report/ \ -H 'accept: application/json' \ -H 'cache-control: no-cache' \ -H 'content-type: application/json' \ -d '{ "active": true, "plate": "VEHICLE PLATE", "lat": LATITUDE, "lon": LONGITUDE, "accuracy": 20.0, "altitude": 38.5, "altitudeAccuracy": 9.0, "heading": 90.0, "speed": 15.0, "reportedAt": "2017-11-02 21:46:21", "info": "STATUS TEXT" } ``` ## Stack * Nodejs - https://nodejs.org/en/ * Adonisjs - http://adonisjs.com/ * Vuejs - https://vuejs.org/ * Bulma - https://bulma.io/