briandowns/openweathermap

Forecast API

yorugac opened this issue · 0 comments

Currently openweathermap has two API calls for forecasts:

Only the first one is available for all types of accounts. The second one is available only for paid accounts.

Implementation in forecast.go is meant for the paid call, which won't be available for everyone. @briandowns what do you think about changing it to a free call? Alternatively, both calls can be supported as forecast5.go and forecast16.go.