Depolyed at Heroku: https://surf-wave-watcher.herokuapp.com/
This repository contains a web application which shows the real time wave and wind forecast at a surfspot in Hustadvika, Norway. It is built using ReactJS with Redux, nodeJS and React Bootstrap. The data is fetched from magicseaweed.com API.
- Make sure node is installed.
- Clone this repo and cd into it.
- Run
npm installoryarnif you are using yarn. - Run the application as a development server by running the command
npm startoryarn start. - The application will now open in your default web browser.
If you just wish to build the project, run npm build or yarn build.
I made the application to easily be able to see if there are going to be waves for surfing in Hustadvika, a 3 hour drive from Trondheim.
