# Overview Uses the UK Met Office Weather API to pull together a variety of weather-related information. ## Core Grammars * `# WEATHER # IN * #` - Ask what the weather is like in a specific location ( also supports postcodes ) * `# WEATHER TODAY` - Simplified version of the question above The data returned can be parsed with the following pattern ```xml SHOW_WEATHER WEATHER * TEMP * * VISIBILITY V * VF * WIND D * DF * S * PRESSURE P * PT * PTF * HUMIDITY * * ```