Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kajaldeore04/realtime-device-tracker
Real-time GPS tracking web app using Node.js, Express, and Socket.IO. Share and view user locations on a live map.
https://github.com/kajaldeore04/realtime-device-tracker
ejs express gps-tracking javascript location-sharing maps nodejs real-time socket-io websockets
Last synced: about 5 hours ago
JSON representation
Real-time GPS tracking web app using Node.js, Express, and Socket.IO. Share and view user locations on a live map.
- Host: GitHub
- URL: https://github.com/kajaldeore04/realtime-device-tracker
- Owner: KajalDeore04
- Created: 2024-10-29T16:32:29.000Z (10 days ago)
- Default Branch: main
- Last Pushed: 2024-11-07T11:54:58.000Z (about 21 hours ago)
- Last Synced: 2024-11-07T12:38:37.441Z (about 20 hours ago)
- Topics: ejs, express, gps-tracking, javascript, location-sharing, maps, nodejs, real-time, socket-io, websockets
- Language: JavaScript
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GPS Location Tracker
This is a real-time GPS location tracking application built with Node.js, Express, and Socket.IO. It allows users to share their location and view the locations of other connected users in real-time.
## Features
- Real-time location sharing
- Multiple user support
- Automatic disconnection handling## Prerequisites
- Node.js installed (version 12.x or higher recommended)
- npm (Node Package Manager) installed## Installation
1. Clone the repository:
```
https://github.com/Kajal-Deore/Realtime-Device-Tracker
```
2. Install the dependencies:
```
npm install
```
## Usage1. Start the server:
```
node app.js
```
2. Open your web browser and go to `http://localhost:3000`3. Allow the application to access your location when prompted
## Technologies Used
- Node.js
- Express.js
- Socket.IO
- EJS (Embedded JavaScript templating)## 📬 Questions?
Reach out via [GitHub](https://github.com/Kajal-Deore) or [Linkedin](https://www.linkedin.com/in/kajal-deore) if you have any questions or issues. Happy coding! 🎉