You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OWM has "units," "lang," and "cnt" (as well as "format", but the options are json or xml, so that can be ignored) that let you specify the units of various stats (temperature defaults to kelvin and other things use metric), the language, and how many cities to limit to (in the event multiple ones are slotted in). However, there is currently no way to make use of any of them.
My suggestion would be an addition to the LocationSpecifier enum to allow you to add units, lang, and possibly cnt
The text was updated successfully, but these errors were encountered:
OWM has "units," "lang," and "cnt" (as well as "format", but the options are json or xml, so that can be ignored) that let you specify the units of various stats (temperature defaults to kelvin and other things use metric), the language, and how many cities to limit to (in the event multiple ones are slotted in). However, there is currently no way to make use of any of them.
My suggestion would be an addition to the
LocationSpecifier
enum to allow you to add units, lang, and possibly cntThe text was updated successfully, but these errors were encountered: