Skip to content

A basic mapping app to show soundsystems and transport status at the Notting Hill Carnival

Notifications You must be signed in to change notification settings

JamieRobertson/nhc-react

Repository files navigation

Notting Hill Carnival App - React js

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.

How to run in development

$ 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).  

How to run in production on Heroku

# 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      # (?)

Resources already available

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/

About

A basic mapping app to show soundsystems and transport status at the Notting Hill Carnival

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published