https://github.com/armandj77-zz/consoleweatherapp
Interview project
https://github.com/armandj77-zz/consoleweatherapp
Last synced: 7 months ago
JSON representation
Interview project
- Host: GitHub
- URL: https://github.com/armandj77-zz/consoleweatherapp
- Owner: ArmandJ77-zz
- License: mit
- Created: 2020-08-29T13:49:40.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-29T14:09:30.000Z (about 5 years ago)
- Last Synced: 2025-02-03T00:27:49.062Z (9 months ago)
- Language: C#
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Console Weather App
A console app that, on request, retrieves the current weather for Cape Town and displays the output depending on the selection chosen:
```
Welcome to the Weather Service console app. Please select an option from the menu:
1. Choose City
2. Exit(If “1”)
We currently only support Cape Town's weather
1. Get Cape Town's current weather
2. Exit(if “1”)
How would you like to view the data?
1. Raw JSON
2. Formatted
3. Nicely formatted and only displaying data that will be of interest to the public
```### Setup
Because the application implements the https://openweathermap.org api you would need an api key.
Once obtained please update the appsettings.json => ApiKey field. If you do not update the api key field the application would fail on GET requests to the openweasthermap's api.
### Dependencies
Uses the https://openweathermap.org
### Tech Stack
- Dotnet core
- C#
- Console Application