https://github.com/pcmunoz/weather_app
C# console application
https://github.com/pcmunoz/weather_app
Last synced: 9 months ago
JSON representation
C# console application
- Host: GitHub
- URL: https://github.com/pcmunoz/weather_app
- Owner: pcmunoz
- License: mit
- Created: 2021-05-25T07:54:12.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-25T08:16:42.000Z (about 5 years ago)
- Last Synced: 2025-03-14T17:44:32.696Z (over 1 year ago)
- Language: C#
- Homepage:
- Size: 508 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Weather APP in console
DotNet Core SDK version 3.1.409 x64
To run, `dotnet run`
Enter valid zipcode/state/location
If valid, result will answer below:
Should I go outside? Yes/No (If not raining)
Should I wear sunscreen? Yes/No (UV over 3)
Can I fly my kite? Yes/No (Windspeed over 15 and not raining)