Skip to content

ShepherdHub/grid-madness-javascript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSON Body to POST to Python endpoint

{
    "size": 10,
    "start": "(0,0"
    "end": "(9,9)",
    "obstacles": ["(4,4)", "(4,5)"]
    "algorithm": "dijkstra"
}

Running the application locally

  1. Clone repo and then naviagate to root of the project
  2. Using Python 2.7, run python -m SimpleHTTPServer
  3. Access the site at localhost:8000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •