HusseinMorsy / elm-weather

A simple elm application consuming the OpenWeatherMap API.

Home Page:http://elm-openweathermap-example.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Elm OpenWeatherMap example application

This simple elm application demonstrate how to use the OpenWeatherMap API.

Screenshot

Requirements

Installation

  1. Get an API key from the OpenWeatherMap website
  2. Add your API key to config.elm
  3. Run elm reactor from the project directory
  4. Open localhost:8000 from your browser and click on Main.elm

If you get errors remove the elm-stuff directory.

Run tests

  1. cd test
  2. elm-make Update.elm --output test.js
  3. node test.js

About

A simple elm application consuming the OpenWeatherMap API.

http://elm-openweathermap-example.herokuapp.com/

License:MIT License


Languages

Language:Elm 100.0%