Skip to content

KonnerEL/RouteFinder

Repository files navigation

RouteFinder

A Node.js app that finds the shortest path between two points using the A* Searching Algorithm.

The Web App uses:

Running Locally

Make sure you have Node.js and Python installed.

$ cd .../RouteFinder
$ npm install
$ node index.js

The app should now be running on localhost:8000.

About the Algorithm

The Algorithm is a Python Implementation of A* Search from the AIMA Library.

About the Data

The Web App currently only have support for 31 of 32 cities from Colombia.

Next Versions

Next versions of the Web App will have support to many countries of the World. New Funcionalities will be added.

About

Route Finder that uses A* Searching Algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages