weather-api icon indicating copy to clipboard operation
weather-api copied to clipboard

Implement cache

Open robertoduessmann opened this issue 3 years ago • 0 comments

Cache responses from popular cities for 10minutes and avoid have to make a request to the third party API.

https://github.com/patrickmn/go-cache can potentially be used.

robertoduessmann avatar Apr 27 '21 20:04 robertoduessmann