Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 439 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 439 Bytes

This gives users the shortest path between two locations on the UW Seattle campus using Dijkstra's algorithim. To use: copy and paste server and client folders into https://download-directory.github.io/ to download. Navigate to where the folder is stored in git bash, and type npm run start. Then go to https://http://localhost:8080. Select two buildings and the path generated from Dijkstra's algorithim will be automatically generated.