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

Add more information on json weather api

Open robertoduessmann opened this issue 7 years ago • 9 comments

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.

robertoduessmann avatar Oct 04 '17 02:10 robertoduessmann

I'll do it.

bhagatparwinder avatar Oct 04 '17 02:10 bhagatparwinder

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

bhagatparwinder avatar Oct 04 '17 05:10 bhagatparwinder

Description now is ok, thanks @bhagatparwinder :rocket:

Informations to add on API:

  • [x] Description
  • [ ] Rain conditions
  • [x] Temperature forecast
  • [x] Wind forecast
  • [ ] Description forecast
  • [ ] Rain conditions forecast

robertoduessmann avatar Oct 04 '17 22:10 robertoduessmann

I can add the extra info.

Mojachieee avatar Oct 05 '17 10:10 Mojachieee

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

bhagatparwinder avatar Oct 05 '17 19:10 bhagatparwinder

Hello robert, is this issue still new help?

andri-de avatar Oct 30 '17 04:10 andri-de

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

  • Rain conditions
  • Description forecast
  • Rain conditions forecast

robertoduessmann avatar Oct 31 '17 00:10 robertoduessmann

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

simonneutert avatar May 07 '20 16:05 simonneutert

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

robertoduessmann avatar Jun 23 '20 19:06 robertoduessmann