An open API service indexing awesome lists of open source software.

https://github.com/aadewunmi/monthly_temperatures

Java program for reading in and outputting 4 week daily temperatures.
https://github.com/aadewunmi/monthly_temperatures

java-8 multidimensional-arrays

Last synced: about 1 month ago
JSON representation

Java program for reading in and outputting 4 week daily temperatures.

Awesome Lists containing this project

README

        

# Monthly Temperature Project

This is a console-based Java application, designed to take 4 weeks of daily temperatures
and display the data either weekly or daily.

## Installation:

Download or clone the repository on your local machine.

```sh
$ git clone https://github.com/AAdewunmi/Monthly_Temperatures.git
$ cd Monthly_Temperatures
```
### Console output

## 4 week temperatures

![Image description](src/ScreenshotTemp.png)

## 1 week / 1 day temperatures

![Image description](src/ScreenshotWDT.png)