christianwbsn / a-star-shortest-path-with-google-maps-api

Implementation of path finding problem using A* algorithm.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A* Shortest Path with Google Maps API

Requirements

  • Python 3.5
  • Flask 0.12

Installation

pip install flask
export FLASK_APP=hello.py

Running

cd /path/to/repo
cd backend
flask run

About

Implementation of path finding problem using A* algorithm.


Languages

Language:JavaScript 46.4%Language:Python 34.8%Language:HTML 14.3%Language:CSS 4.5%