Taxi Visualizer | Demo
npm install taxi_visualizer
index.js
var taxiVisualizer = require('taxi_viusalizer');
taxiVisualizer.initialize();
- Clone this project
git clone https://github.com/manushakaru/new-tvf/
- Run npm install to install necessary dependencies
npm install
- Run npm start or node server.js
npm start
or
node server.js
Below structure is required in uploading data files
Latitude | Longitude | # of passengers |
state(0-idle,1-pickup,2-dropoff) |
---|---|---|---|
40.7378 | -73.9882 | 0 | 0 |
40.7383 | -73.9877 | 1 | 1 |
40.7402 | 73.9863 | 1 | 0 |
MIT License