Commit Graph

16 Commits

Author SHA1 Message Date
Marcin Hutek 6dfaf331f8 descriptions for each class created 2023-12-12 21:12:29 +01:00
Marcin Hutek dfeb251d16 Main.java cleared and commented out 2023-12-12 20:38:29 +01:00
Marcin Hutek e739dcb161 changed the results path, added the results files to gitignore 2023-12-10 10:50:27 +01:00
Marcin Hutek 73725c68e0 feature that adds date and time to the results file created 2023-12-09 23:46:48 +01:00
Marcin Hutek 5a7cf62d18 saveToJson, saveToXml prepared and PdfConverting moved to weatherForecast class so all of the methods stay under one class 2023-12-09 13:26:32 +01:00
Marcin Hutek f49ad0ae3b structure rebuild of forecast structure so it's contains string preparation and format conversion types 2023-12-09 12:24:50 +01:00
Marcin Hutek 9c2314917f rebuilding the structure - prepare new class containing fetched weather data 2023-12-08 18:01:35 +01:00
Marcin Hutek 3cc76da498 data sample prepared 2023-12-08 17:40:25 +01:00
Marcin Hutek c6c55f0dd9 creation of the main loop 2023-12-08 17:39:27 +01:00
Marcin Hutek 392460a794 results converting class created and method for pdf file prepared 2023-12-08 17:38:58 +01:00
Marcin Hutek bc5ea0bd76 funcionality that reads available cities and prints them prepared 2023-12-08 17:38:03 +01:00
Marcin Hutek f5ab4e64be string containing and presenting the forecast prepared 2023-12-08 17:37:26 +01:00
Marcin Hutek e42f0ac225 temporary file creation functionality 2023-12-08 17:36:17 +01:00
Marcin Hutek c09edc1103 input Json file mapping 2023-12-08 17:33:48 +01:00
Marcin Hutek d8ac338daf HttpClient and its mocking tests prepared 2023-12-08 17:32:32 +01:00
Marcin Hutek 73791fe26e initial commit 2023-12-08 16:48:59 +01:00