Compare commits

..

No commits in common. "jan" and "main" have entirely different histories.
jan ... main

3 changed files with 1 additions and 20 deletions

View File

@ -1,8 +0,0 @@
package fassade;
/*key:
ae99892d9f70db5814b5708287f3b591
*/
public class OpenWeatherMapApi {
}

View File

@ -1,5 +1,6 @@
package fassade;
public class TravelBuddyApi {
}

View File

@ -1,12 +0,0 @@
package gui;
import fassade.OpenWeatherMapApi;
public class TuiForTests {
String Location = "Mannheim";
OpenWeatherMapApi weatherMapApi = new OpenWeatherMapApi();
public static void main(String[] args) {
//http://api.openweathermap.org/data/2.5/forecast?q=LOCATION&appid=API_KEY&units=metric
}
}