Skip to content

Commit 78a0de3

Browse files
committed
Update README.md
1 parent f493125 commit 78a0de3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,7 @@ weatherApi = wsa.WeatherApi(access_key)
2020

2121
weatherApi.current(location, units, language)
2222
weatherApi.historical(location, historical_date, hourly, interval, units, language)
23+
weatherApi.historical_time_series(locatioin, historical_date_start, historical_date_end, hourly, interval, units, language)
24+
weatherApi.forecast(location, forecast_days, hourly, interval, units, language)
25+
weatherApi.lookup_location(location)
2326
```

0 commit comments

Comments
 (0)