Compare commits
No commits in common. "Demo" and "main" have entirely different histories.
|
|
@ -1,8 +0,0 @@
|
||||||
package fassade;
|
|
||||||
/*key:
|
|
||||||
ae99892d9f70db5814b5708287f3b591
|
|
||||||
*/
|
|
||||||
|
|
||||||
public class OpenWeatherMapApi {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
package fassade;
|
package fassade;
|
||||||
|
|
||||||
|
|
||||||
public class TravelBuddyApi {
|
public class TravelBuddyApi {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue