Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.07 KB

README.md

File metadata and controls

50 lines (32 loc) · 1.07 KB

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
    

Usage

  1. 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 or Linkedin if you have any questions or issues. Happy coding! 🎉