The Talk Python weather service.
Endpoints
city={city}
- the city you want to get the weather
at.
state={state}
- the state of the city (US only, two letter
abbreviations).
country={country}
- country, US if none specific (two letter
abbreviations).
units={units}
- units: {metric, imperial, standard}, defaults to
metric.
Note: This service has limited data. It is for educational purposes only. Other uses are strictly forbidden. If you need a proper weather API, openweathermap.org has a great free tier.