larryboymi / elm-weather

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:Elm 86.6%Language:JavaScript 9.2%Language:HTML 4.1%