This project is intended to expose the weather for a zip code. To do this you must provide an 5 digit zip code along with an API Key. This project was used to learn Elm along with using Elm to request a REST resource and decode JSON.
$ git clone https://github.com/larryboymi/elm-weather.git
$ cd elm-weather
$ npm install
$ npm start
Copyright © 2016 Larry Anderson and Neil Kistner
Released under the MIT license. See license for details.