robertoduessmann / weather-api

A RESTful API to check the weather
https://goweather.herokuapp.com/weather/Curitiba
MIT License
402 stars 65 forks source link

Add more information on json weather api #2

Open robertoduessmann opened 7 years ago

robertoduessmann commented 7 years ago

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.

bhagatparwinder commented 7 years ago

I'll do it.

bhagatparwinder commented 7 years ago

https://github.com/robertoduessmann/weather-api/pull/3

robertoduessmann commented 7 years ago

Description now is ok, thanks @bhagatparwinder :rocket:

Informations to add on API:

Mojachieee commented 7 years ago

I can add the extra info.

bhagatparwinder commented 7 years ago

@Mojachieee I'll be interested in seeing how you approach it. Go intrigues me now.

andri-de commented 7 years ago

Hello robert, is this issue still new help?

robertoduessmann commented 7 years ago

Hi @andri-de, yep, there are somethings still need to be implement in weather-api:

simonneutert commented 4 years ago

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

robertoduessmann commented 4 years ago

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 :)