WeatherBlox - Phrases
PhrasesObject
aeris.wxblox.views.PhrasesData Usage
/phrases/summary (1)
The Phrases view will display phrasing based on the short term forecast over the next 6-12 hours, such as expected temperature trends and precipitation amounts.

Examples
Display the current forecast outlook phrasing for Seattle, WA:
const view = new aeris.wxblox.views.Phrases('#wxblox');
view.load({
p: 'seattle,wa'
});Configuration
The following configuration options are supported by this view:
| Option | Description | Default |
|---|---|---|
enabled | Type: boolean () | |
metric | Type: boolean () | |
renderNoData | Type: boolean () | |
request | Type: object () | |
Methods
The following methods are supported by instances of this view:
rendered()show()hide()params()setUnits(:number)units()enabled()setMetric(:boolean)load(:object)refresh()isMetric()Events
The following events are triggered by instances of this view:
renderrender:beforerender:afterload:startload:doneload:errorchange:units