Open robertoduessmann opened 7 years ago
I'll do it.
Description now is ok, thanks @bhagatparwinder :rocket:
Informations to add on API:
I can add the extra info.
@Mojachieee I'll be interested in seeing how you approach it. Go intrigues me now.
Hello robert, is this issue still new help?
Hi @andri-de, yep, there are somethings still need to be implement in weather-api:
hey there, http://wttr.in provides JSON and is somewhat an API itself, am I missing something here, what the key feature of this project is?
cheers
hey there, http://wttr.in provides JSON and is somewhat an API itself, am I missing something here, what the key feature of this project is?
cheers
Hey @simonneutert , thanks for the feedback. Back in the time when I created this project, my main goal was to learn and improve my skills with Golang.
Later it turned useful for the community since when weather-api was created http://wttr.in didn't have JSON support. There was an old discussion about the topic: https://github.com/chubin/wttr.in/issues/60.
Happy they have JSON support there now as well :)
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 forecast.
Using parse.go, is possible get more information from http://wttr.in and provide to API this infos in weather.go.