Skip to content

sololinux/betrack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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