Weather Conditions

Issue #25 new
James created an issue

Hello, I am trying to use the codes provided on this table to give hazardous weather updates to the local area. https://openweathermap.org/weather-conditions

It is my understanding that listening for the codes can give me a clear indicator that there is hazardous weather and push the notification to my server. I was looking through your API and noticed that the codes are not utilized meaning I have to listen for the certain conditions that develop into hazardous weather including, temperature, wind speed, direction, pressure and other data. Then after looking at all of them develop a range in which it prompts that there is hazardous conditions based on a range of limits. If you could please include these it would be an awesome addition as no other JAVA API's exist out there that have this much functionality.

Comments (2)

  1. Ashutosh Kumar Singh repo owner

    Hi, thanks for reaching out to me. And apologies for the late response. I wasn't able to work on this lib for long time, but finally I have decided to work on it and make it the full-featured lib. for OpenWeatherMap.org

    I have shifted the repo. to http://go.aksingh.net/owm-japis. Kindly check it there.

    And yes, I will surely add this feature soon. Thank you.

  2. Log in to comment