https://github.com/susmita-dey/realtime-tracker
real time location tracker using socket
https://github.com/susmita-dey/realtime-tracker
socket-io
Last synced: about 2 months ago
JSON representation
real time location tracker using socket
- Host: GitHub
- URL: https://github.com/susmita-dey/realtime-tracker
- Owner: Susmita-Dey
- License: mit
- Created: 2024-08-03T05:35:04.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-03T06:18:19.000Z (almost 2 years ago)
- Last Synced: 2025-03-10T06:34:48.994Z (over 1 year ago)
- Topics: socket-io
- Language: JavaScript
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Realtime Tracker
## Overview
Realtime Tracker is a Node.js application designed to provide real-time tracking functionality. This project utilizes JavaScript, EJS for templating, and CSS for styling. It allows users to monitor and track specific activities or objects in real-time.
## Features
- Real-time data updates
- User-friendly interface with EJS templates
- Lightweight and efficient codebase
## Installation
1. Clone the repository:
```bash
git clone https://github.com/Susmita-Dey/realtime-tracker.git
```
2. Navigate to the project directory and install dependencies:
```bash
cd realtime-tracker
npm install
```
## Usage
Run the application:
```bash
npx nodemon app.js
```
Access the application at `http://localhost:3000`.
## Contributing
Feel free to fork the repository and submit pull requests.
## License
This project is licensed under the MIT License.
For more details, visit the [repository](https://github.com/Susmita-Dey/realtime-tracker).