openweathermap-0.0.0: Access data at OpenWeatherMap

Safe HaskellNone
LanguageHaskell2010

Web.OpenWeatherMap.Types.CurrentWeather

Synopsis

Documentation

data CurrentWeather Source #

Response to requests for current weather. Refer to https://openweathermap.org/current.

Constructors

CurrentWeather 

Fields

Instances

Show CurrentWeather Source # 
Generic CurrentWeather Source # 

Associated Types

type Rep CurrentWeather :: * -> * #

FromJSON CurrentWeather Source # 
type Rep CurrentWeather Source #