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

A RESTful API to check the weather

Results 6 weather-api issues
Sort by recently updated
recently updated
newest added

Response has changed most likely and app is broken on the /v2 API.

bug

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.

Today the weather-api json shows temperature and wind, but some users like to see more informations, like description ("Rainy" or "Sunny"), wind and rain conditions, for current time and a...

help wanted
Hacktoberfest

Today forecast weather is showed in same endpoint the current weather. It's can generate a little confusing. A solution is create a new endpoint to a weather forecast and separate...

help wanted
Hacktoberfest

The "Access to XMLHttpRequest at 'https://goweather.herokuapp.com/weather/{city}' from origin 'https://dromerosalem.github.io/' has been blocked by CORS policy" error indicates that the API trying to access does not allow cross-origin requests from your...

This PR migrate to go mod.