It's always sunny wherever you are.
This is just a simple demo app as an example for using the Bureau of Meteorology's Gridded Forecast API.
It was bootstrapped with create-react-app
Install with:
yarn install
Run in dev with:
yarn start
Build a production bundle with:
yarn build