weather-api-0.4.3.3: Weather API implemented in Haskell

Safe HaskellNone
LanguageHaskell2010

WeatherApi.WWOnline

Contents

Synopsis

Documentation

initApi :: ApiKey -> Config Source #

Make config for use with WeatherApi functions

makeQueryFun :: (String -> String) -> HandleStream String -> String -> IO ApiResponse Source #

This return function witch will actualy retrieve and parse weather from stream

Orphan instances