1.0.5 • Published 5 years ago

taxi_visualizer v1.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

Installation


Npm

npm install taxi_visualizer

index.js

var taxiVisualizer = require('taxi_viusalizer');
taxiVisualizer.initialize();

Or

  1. Clone this project
git clone https://github.com/manushakaru/new-tvf/
  1. Run npm install to install necessary dependencies
npm install
  1. Run npm start or node server.js
npm start

or

node server.js

Usage


Below structure is required in uploading data files

Input file structure

Dummy data files

LatitudeLongitude# of passengersstate(0-idle,1-pickup,2-dropoff)
40.7378-73.988200
40.7383-73.987711
40.740273.986310

License


MIT License