A Node.js app that finds the shortest path between two points using the A* Searching Algorithm.
The Web App uses:
Make sure you have Node.js and Python installed.
$ cd .../RouteFinder
$ npm install
$ node index.jsThe app should now be running on localhost:8000.
The Algorithm is a Python Implementation of A* Search from the AIMA Library. 
The Web App currently only have support for 31 of 32 cities from Colombia.
Next versions of the Web App will have support to many countries of the World. New Funcionalities will be added.
