This simple elm application demonstrate how to use the OpenWeatherMap API.
- Elm version 0.17.x (see http://elm-lang.org/install)
- Get an API key from the OpenWeatherMap website
- Add your API key to config.elm
- Run
elm reactor
from the project directory - Open
localhost:8000
from your browser and click onMain.elm
If you get errors remove the elm-stuff
directory.
cd test
elm-make Update.elm --output test.js
node test.js