Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 816 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 816 Bytes

Tranzit

Tranzit is Web App to let you find the closest metro station from your location. The app uses a in-house built dataset covering 3 lines of the Delhi Metro Network. Location detection is done through the Web GeoLocation API using precise GPS latitude and longitude co-ordinates. Stations represented in a graph data structure and shortest path found using Djikstra's Algorithm. The application uses a Node.js based web server and can be exposed as an API.

Supports Delhi Metro and Chennai Metro maps (not all lines)

Setup guide:

After cloning the project, run the following command to install all dependencies (Express, BodyParser etc)

npm install
node app.js

Developed by

  • S C Ashwin
  • Kaustubh Debnath
  • Sumit Prakash
  • Aman Kumar