-- | A Haskell implementation of the Swiss Meteo Net data API -- -- OpenData SMN is a REST API for data. -- It's developed in the open supporting the initiative. -- Free OpenData hosting is provided by at . -- -- The actual data for 10 min intervals is provided by opendata.swiss, the Swiss open government data portal. module Data.Meteo.Swiss ( module Data.Meteo.Swiss.Types , module Data.Meteo.Swiss.Urls ) where import Data.Meteo.Swiss.Types import Data.Meteo.Swiss.Urls