A simple web app to show your device location (latitude & longitude) from Qubitro on Google Maps.
⭐ Requirements:
⭐ How to use this repo:
-
Make sure you have
Node.js
installed: download here. -
Clone this repo
$ git clone https://github.com/LintangWisesa/Qubitro-GPS-Live-Tracking.git
-
Install dependencies
$ cd Qubitro-GPS-Live-Tracking $ npm i
-
Insert your Qubitro credential on
.env
PROJECT_ID="your_qubitro_project_id" DEVICE_ID="your_qubitro_device_id" AUTHORIZATION="your_qubitro_auth"
-
Run locally
$ node app
⭐ Enjoy!