I made a few enhancements. Custom markers are used. When a menu location is selected, the map moves to center the selected location on the map.
I used the panTo function described here on stack overload
Restaurant reviews are generated from the yelp api.
Recreation location and school information is from the wikipedia api
- install node.js and npm
- to install all local packages:
$> npm i
- run gulp
$> gulp
- sass should compile on change + save and reload in browser
- html change also triggers reload
- Edit files in the src folder not the dist folder!
map should load at localhost:3000