weather-api
weather-api copied to clipboard
Implement cache
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.