https://github.com/iamabirakash/realtime-tracking
https://github.com/iamabirakash/realtime-tracking
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/iamabirakash/realtime-tracking
- Owner: iamabirakash
- Created: 2024-07-05T16:08:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-05T18:23:13.000Z (over 1 year ago)
- Last Synced: 2024-07-05T21:33:37.115Z (over 1 year ago)
- Language: JavaScript
- Size: 1.76 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Prerequisites
Make sure that you have [Node](https://nodejs.org/en/download/package-manager/current) installed in your computer# Installation
Some necessary libraries to be installed```bash
npm i express
npm i ejs
npm i socket.io
```
# Running the Server```bash
node app.js/index.js
```
# Note
1. The devices must be connected to a same network.
2. The location gets updated in every 2 secs.