A basic mapping app to show soundsystems and transport status at the Notting Hill Carnival.
Part of this purpose of this project to learn more about React and Blender 3d.
$ cd app/
$ npm install # installs node_modules
$ npm start
# npm start is the same as running:
# $ node ./server.js
# Preview at `https://localhost:8080/` (or whatever else it says in terminal).
# The Procfile will be run by Heroku - do you need to run build first?
# You should set NODE_ENV to production on Heroku cli
$ npm run build # sets NODE_ENV to production
$ npm start # (?)
Interactive google map by Time out
Test coordinates with a url like this:
https://www.google.se/maps/@[latitude],[longitude],21z
Awesomplete plugin by Lea Verou
A 2KB autocomplete with zero dependencies
https://www.npmjs.com/package/awesomplete
https://leaverou.github.io/awesomplete/