Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 1.03 KB

README.md

File metadata and controls

21 lines (12 loc) · 1.03 KB

Location Tracker

GitHub package.json version GitHub

Location Tracking Dashboard Logo

A realtime tracking dashboard to visualize geo locations using firebase and GeoJSON.

View it here: Location Tracking Dashboard

How it works

  1. A companion app (e.g. Location Tracker) records GPS coordinates and sends them to a Firebase Realtime Database.
  2. The Dashboard then shows the recorded coordinates in real time.

Screenshot

Why?

This project was created to showcase location tracking in a React Native app while the app is in the background or suspended.