aboutsummaryrefslogtreecommitdiff

Table of Contents

weather

A simple server serving 7 day weather forecast of Victoria, Australia, using xmls from BoM.

Install

cabal install

Run

~/.cabal/bin/weather

Then open a browser and navigate to http://localhost:3000 to learn about the Melbourne weather for the next 7 days.

For weather that is not in Melbourne, add /city/<cityName>, e.g. http://localhost:3000/city/Bendigo.

Also serving JSON: http://localhost:3000 and http://localhost:3000/json/city/Bendigo.