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
Is your feature request related to a problem? Please describe.
The application currently does not give weather forecast, so we are forced to check it by ourselves.
Describe the solution you'd like
Add a feature that checks the hourly weather forecast via OpenWeather API and displays a summary on the standard output.
Some examples of outputs:
Clear sky all the night
$ kosmorro
Monday, August 15, 2022
Weather forecast: clear sky
Object Rise time Culmination time Set time
-------- ----------- ------------------ ----------
Sun 6:36 AM 1:52 PM 9:08 PM
Moon 10:53 PM 4:37 AM 10:41 AM
Mercury 8:55 AM 3:24 PM 9:53 PM
Venus 4:50 AM 12:40 PM 8:30 PM
Mars 12:15 AM 7:54 AM 3:32 PM
Jupiter 10:29 PM 4:46 AM 11:00 AM
Saturn 9:03 PM 1:53 AM 6:39 AM
Uranus 11:43 PM 7:19 AM 2:52 PM
Neptune 10:04 PM 3:57 AM 9:46 AM
Pluto 8:05 PM 12:11 AM 4:14 AM
Moon phase: Waning Gibbous
Last Quarter on Friday, August 19, 2022 at 6:36 AM
Expected events:
12:59 PM Moon and Jupiter are in conjunction
Note: All the hours are given in the UTC+2 timezone.
Clouds at some times
$ kosmorro
Monday, August 15, 2022
Weather forecast: cloudy between 01:30 AM and 02:00 AM, and between 03:00 AM and 03:10 AM
Object Rise time Culmination time Set time
-------- ----------- ------------------ ----------
...
Clouds, then rain at some times
$ kosmorro
Monday, August 15, 2022
Weather forecast: clouds between 01:30 AM and 02:00 AM, and rain between 03:00 AM and 03:10 AM
Object Rise time Culmination time Set time
-------- ----------- ------------------ ----------
...
Clouds or rain all the night
$ kosmorro
Monday, August 15, 2022
Weather forecast: clouds all the night, and rain between 03:00 AM and 03:10 AM
Object Rise time Culmination time Set time
-------- ----------- ------------------ ----------
...
Notes:
For privacy reasons, this feature will be disabled by default. OpenWeather's API shall not be called until it is explicitly enabled.
To enable this feature, the user will be required to create an API key on OpenAPI's website and to put it in an environment variable named, for instance, KOSMORRO_OPENWEATHER_API_KEY.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The application currently does not give weather forecast, so we are forced to check it by ourselves.
Describe the solution you'd like
Add a feature that checks the hourly weather forecast via OpenWeather API and displays a summary on the standard output.
Some examples of outputs:
Clear sky all the night
Clouds at some times
Clouds, then rain at some times
Clouds or rain all the night
Notes:
KOSMORRO_OPENWEATHER_API_KEY
.The text was updated successfully, but these errors were encountered: