Demo laboratory Copilot course CSharp edition
# Clone repository
git clone https://github.com/AlbertoBasaloLabs/copilot-csharp.git
cd copilot-csharp
# Compile C# code
dotnet build ./src/Askbot
# Run C# code
dotnet run --project ./src/Askbot
# The weather command
dotnet run --project ./src/Askbot -- weatherA CLI educational tool that queries public APIs to provide basic information from the user's IP and associated services:
- location, weather, currency, and sun.
- Author: Alberto Basalo
- Academy: Academy Organization
- Laboratory: Source Repository