Weather App
+Locations
+Location | +Temperature | +Rainfall | ++ |
---|---|---|---|
+
+
+
+
+ + {{ loc.data.location.name }} + + |
+
+ {{ Math.ceil(loc.data.current.temperature_2m) }} °C | + ++ {{ Math.round(loc.data.current.rain * 100) / 100 }} mm + | + +
+ |
+
+ Please add a location + |
+
Add Location
+{{ loc.name }}
+{{ loc.country }}
+Lat: {{ loc.latitude.toFixed(4) }}
+Lon: {{ loc.longitude.toFixed(4) }}
+No location found!
++ Remove the selected location ? ({{ this.weatherData[this.locID].data.location.name }}) +
++ {{ this.weatherData[this.locID].data.location.name }} +
+ +This Week
+