TSP applied to google maps for my A level computer science project.
devStart runs the project in development mode, with nodemon
start runs the project in normal mode
install is used to install all dependencies, as well as recompile the TSP solver
Requirements: npm g++ luck