Skip to content

manushakaru/new-tvf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

version dependencies GitHub repo size node license GitHub last commit GitHub followers

Taxi Visualizer | Demo

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

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

License


MIT License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published