What it does
It displays all the ATM locations given to us, we can toggle them on or off for clarity. You can add your own waypoints based on location and find the shortest available path between them.
How we built it
C# was originally used for the reading from the given code and putting it into an object file. Then python was used to develop an algorithm for path finding. Eventually web was brought in to bring it all together and make it interactive
Challenges we ran into
Python proved to be more or less incompatible with web without a node server so we had to convert the algorithm, then we found that the google search API had an in built path finder which we deemed to be better. Github pages also cant read from an external file so the data had to be put into the javascript.
Accomplishments that we're proud of
we worked together in order to make it interactive and for it to successfully find the shortest path in between custom waypoints
What we learned
Make sure we know who is staying for the hackathon and what they are working on so the team can be more compatible with working
How to use
Enter the website and select MAP at the top left. Here you can see every atm location and interact with them. Entering latitude in the top text box and longitude in the bottom one then pressing add marker allows for custom waypoints, add two or more and the ability to path find becomes available in the shortest route button
Log in or sign up for Devpost to join the conversation.