briandowns/openweathermap

Add One Call API

Closed this issue · 2 comments

Hi,

thanks a lot for providing this library. Openweathermap has introduced a free "one call API" that I'd like to use.
If that would fit in here, I'd be happy to give this a try and create a PR.

However, I'm currently running into errors when trying to execute the library tests. HTTP requests always return with an "EOF" error but calls to the very same URL from a separate small program are working fine. I noticed that the test execution on Travis seems to have the same issue. Could I get a pointer to what the issue might be and how these tests are intended to be used? Thanks!

@dschanoeh I hacked up a client for OneCall for my own purposes here. Feel free to use.