Skip to content

petvoigt/WeatherReport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WeatherReport

This is a simple Java project using the OpenWeather API.

Folder Structure

The VSCodium based workspace contains two folders by default, where:

  • src: the folder to maintain sources
  • lib: the folder to maintain dependencies

Build the project

Windows

javac -encoding UTF-8 APIKey.java OpenWeatherAPI.java WeatherReport.java

Linux

javac APIKey.java OpenWeatherAPI.java WeatherReport.java

Usage

Run the main class WeatherReport.

The project can be used on Windows and Linux.

When started without further preparations you get an error message telling you where to place the needed OpenWeather API key.

An OpenWeather API key is required to query the OpenWeather API.

About

This is a simple Java project using the OpenWeather API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages