From b90ad77fd5e45a5429793a461fc08f809e60c42e Mon Sep 17 00:00:00 2001 From: AmbrishRamachandiran Date: Wed, 16 Apr 2025 16:26:10 +0530 Subject: [PATCH] Add daily weather plugin to market place Signed-off-by: AmbrishRamachandiran --- microsite/data/plugins/daily-weather.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 microsite/data/plugins/daily-weather.yaml diff --git a/microsite/data/plugins/daily-weather.yaml b/microsite/data/plugins/daily-weather.yaml new file mode 100644 index 0000000000..197a917688 --- /dev/null +++ b/microsite/data/plugins/daily-weather.yaml @@ -0,0 +1,10 @@ +--- +title: Daily Weather +author: Infosys Limited +authorUrl: https://github.com/Infosys +category: Humor +description: The Daily Weather Plugin for Backstage provides real-time weather information for a specified location using the Weatherstack API. +documentation: https://github.com/Infosys/daily-weather-plugin/tree/main/plugins/weather +iconUrl: https://github.com/Infosys/daily-weather-plugin/blob/main/plugins/weather/src/docs/plugin-logo.png +npmPackageName: '@infosys_ltd/daily-weather-plugin' +addedDate: '2025-04-16'