An Elm-based solution to Free Code Camp's Show the Local Weather front end development project.
Build an app that is functionally similar to this: http://codepen.io/FreeCodeCamp/full/bELRjV.
-
I can see the weather in my current location.
-
I can see a different icon or background image (e.g. snowy mountain, hot desert) depending on the weather.
-
I can push a button to toggle between Fahrenheit and Celsius.
The live demo can be found at https://huggablemonad.github.io/fcc-local-weather/.
This project uses a modified version of Bootstrap's Cover example.