/elm-weather

This project was used to learn how to utilize Elm to request a public REST resource and decode JSON.

Primary LanguageElmMIT LicenseMIT

elm-weather

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.

Install

$ git clone https://github.com/larryboymi/elm-weather.git
$ cd elm-weather
$ npm install

Run / Develop

$ npm start

License

Copyright © 2016 Larry Anderson and Neil Kistner

Released under the MIT license. See license for details.