You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I'm the author of the library you've mentioned and I've noticed your repo was one that used yr-weather.
I'm finally done writing the next version of the package (0.4.0) which should make some of the functionality easier to code. Feel free to check out the full changelog.
Based on what you already have in responses.py, you could for example just check if the user requested a location that you actually have available in the forecast that you received from the API. The fact that an area is listed in all the possible areas that the API can give you, doesn't mean you have it available. An example of this is shown in the changelog example, and documented here.
If you have any questions or if any issues arise when using the library, feel free to @ me :)
Hi! I'm the author of the library you've mentioned and I've noticed your repo was one that used yr-weather.
I'm finally done writing the next version of the package (0.4.0) which should make some of the functionality easier to code. Feel free to check out the full changelog.
Based on what you already have in responses.py, you could for example just check if the user requested a location that you actually have available in the forecast that you received from the API. The fact that an area is listed in all the possible areas that the API can give you, doesn't mean you have it available. An example of this is shown in the changelog example, and documented here.
If you have any questions or if any issues arise when using the library, feel free to @ me :)
Hi @ZeroWave022 !
Fantastic, this will probably make it so much easier to use the lib :D I will defently check out the new docs and continue to work a little on this sideproject of mine. This will defently help - thanks alot :)
lib: https://pypi.org/project/yr-weather/
The text was updated successfully, but these errors were encountered: