Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lintangwisesa/qubitro-gps-live-tracking
A simple web app to show your device location (latitude & longitude) from Qubitro
https://github.com/lintangwisesa/qubitro-gps-live-tracking
iot javascript live-tracking nodejs qubitro
Last synced: 7 days ago
JSON representation
A simple web app to show your device location (latitude & longitude) from Qubitro
- Host: GitHub
- URL: https://github.com/lintangwisesa/qubitro-gps-live-tracking
- Owner: LintangWisesa
- Created: 2022-03-30T00:57:03.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-04-10T03:30:16.000Z (over 2 years ago)
- Last Synced: 2023-03-07T10:27:03.603Z (over 1 year ago)
- Topics: iot, javascript, live-tracking, nodejs, qubitro
- Language: JavaScript
- Homepage:
- Size: 362 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Qubitro GPS Live Tracking
A simple web app to show your device location (latitude & longitude) from Qubitro on Google Maps.
![Map](/views/screenshot.png)
⭐ Requirements:
- [Qubitro](https://qubitro.com/) project ID, device ID
- [Qubitro](https://qubitro.com/) device data with keys: `LAT` (latitude) & `LNG` (longitude)⭐ How to use this repo:
1. Make sure you have `Node.js` installed: [download here](https://nodejs.org/en/).
2. Clone this repo```bash
$ git clone https://github.com/LintangWisesa/Qubitro-GPS-Live-Tracking.git
```3. Install dependencies
```bash
$ cd Qubitro-GPS-Live-Tracking
$ npm i
```4. Insert your Qubitro credential on `.env`
```javascript
PROJECT_ID="your_qubitro_project_id"
DEVICE_ID="your_qubitro_device_id"
AUTHORIZATION="your_qubitro_auth"
```5. Run locally
```bash
$ node app
```__⭐ Enjoy!__
#### 🍔 Lintang Wisesa