LintangWisesa / Qubitro-GPS-Live-Tracking

A simple web app to show your device location (latitude & longitude) from Qubitro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Qubitro GPS Live Tracking

A simple web app to show your device location (latitude & longitude) from Qubitro on Google Maps.

Map

⭐ Requirements:

  • Qubitro project ID, device ID
  • Qubitro device data with keys: LAT (latitude) & LNG (longitude)

⭐ How to use this repo:

  1. Make sure you have Node.js installed: download here.

  2. Clone this repo

    $ git clone https://github.com/LintangWisesa/Qubitro-GPS-Live-Tracking.git
  3. Install dependencies

    $ cd Qubitro-GPS-Live-Tracking
    $ npm i
  4. Insert your Qubitro credential on .env

    PROJECT_ID="your_qubitro_project_id"
    DEVICE_ID="your_qubitro_device_id"
    AUTHORIZATION="your_qubitro_auth"
  5. Run locally

    $ node app

⭐ Enjoy!


🍔 Lintang Wisesa


lintang ymail lintang facebook lintang twitter lintang youtube lintang linkedin lintang github lintang hackster lintang bio

About

A simple web app to show your device location (latitude & longitude) from Qubitro


Languages

Language:JavaScript 50.0%Language:EJS 43.6%Language:Shell 6.4%