mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-09 06:48:47 +00:00
Added OpenWeatherMap widget.
This commit is contained in:
parent
f0f470ba8b
commit
6a97d392c9
6 changed files with 482 additions and 0 deletions
|
@ -1,8 +1,10 @@
|
|||
import Weather from "components/widgets/weather/weather";
|
||||
import OpenWeatherMap from "components/widgets/openweathermap/weather";
|
||||
import Resources from "components/widgets/resources/resources";
|
||||
|
||||
const widgetMappings = {
|
||||
weather: Weather,
|
||||
openweathermap: OpenWeatherMap,
|
||||
resources: Resources,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue