Skip to content
This repository has been archived by the owner on Jul 14, 2020. It is now read-only.

ondrej-tucek/elm-forecast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elm Forecast Weather App

A simple web app written in Elm (v. 0.18).

Install:

$ git clone [email protected]:ondrej-tucek/elm-forecast.git
$ cd elm-forecast
$ npm install
$ elm-package install -y

Launching app:

$ npm start
  • Access app at http://localhost:8080/
  • Or live demo

Changelog

As is noted at developer.yahoo.com/weather website:

Important EOL Notice: As of Thursday, Jan. 3, 2019, the weather.yahooapis.com and query.yahooapis.com for Yahoo Weather API will be retired.

So, in order to maintain of functionality, data aren't fetched in realtime from yahoo weather as before, but only from static json dataset.

License

MIT