Surf forecast app written using pure JS that provides the information about surf conditions on the most popular spots in Monterey county.
This project uses the Spitcast API to fetch data and Chart.js to represent this data.
You can use live version or clone the repository and run:
npm install
npm run dev-server
This will start devserver and will launch the app in the development mode.
Open http://127.0.0.1:8080/ to view it in the browser.
Please feel free if you want to contribute, pull requests are always welcome ❤️