Weather Api added
parent
54d2734692
commit
82efc690dc
|
@ -0,0 +1,12 @@
|
|||
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