Skip to content

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

License

Notifications You must be signed in to change notification settings

MrF3lix/location-tracker-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.