Demo laboratory for VSCode Copilot course Java edition
# Clone repository
git clone https://github.com/AlbertoBasaloLabs/copilot-java.git
cd copilot-java
# Open in VSCode
code .
# Open terminal
# Compile Java code
javac -d target src/*.java
# Run Java code
java -cp target Main
# Or run specific module
javac -d target src/*.java && java -cp target Main
javac -d target src/*.java && java -cp target Main weather
A 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