Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 723 Bytes

README.md

File metadata and controls

41 lines (29 loc) · 723 Bytes

Description

beTrack is a real-time tracking webapp developed in nodejs and other tech like socket.io -real_time_integration and leaflet.js -map_plugin


Features

1. Accurate real-time tracking,

2. Supports multiple users,

3. Notification when host gets disconnected/inactive.



Using Method

1: Clone the repo first

git clone https://github.com/sololinux/betrack.git

2: Go to cloned repo(root) and install needed pacakages(node modules)

npm install

3: Start the program either using npm or node index.js

npm start