Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Mukkamalla committed Jun 8, 2023
1 parent 358d19e commit 68f0a07
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
Binary file added Images/Weather_Forecast.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Weather Forecast Widget for Cumulocity [<img width="35" src="https://user-images.githubusercontent.com/32765455/211497905-561e9197-18b9-43d5-a023-071d3635f4eb.png"/>](https://github.com/SoftwareAG/cumulocity-weather-forecast-widget-plugin/releases/download/1.0.0/sag-ps-pkg-weather-forecast-widget-1.0.0.zip)
# Weather Forecast Widget for Cumulocity [<img width="35" src="https://user-images.githubusercontent.com/32765455/211497905-561e9197-18b9-43d5-a023-071d3635f4eb.png"/>](https://github.com/SoftwareAG/cumulocity-weather-forecast-widget-plugin/releases/download/1.0.1/sag-ps-pkg-weather-forecast-widget-1.0.1.zip)

The Weather Forecast Widget is the Cumulocity module federation plugin created using c8ycli. This plugin can be used in Application Builder or Cockpit.
The Weather Forecast Widget help you to Displays a 5-day weather forecast using weather data provided by the OpenWeatherAPI.

![Weather_Forecast](https://user-images.githubusercontent.com/99970126/180731134-c2a8a53b-317e-4a58-a8a1-f067a9801971.png)
![Weather_Forecast](images/Weather_Forecast.png)

### Please choose Weather Forecast Widget release based on Cumulocity/Application builder version:

Expand All @@ -27,7 +27,7 @@ The Weather Forecast Widget help you to Displays a 5-day weather forecast using

### Runtime Widget Deployment?

* This widget supports runtime deployment. Download the [Runtime Binary](https://github.com/SoftwareAG/cumulocity-weather-forecast-widget-plugin/releases/download/1.0.0/sag-ps-pkg-weather-forecast-widget-1.0.0.zip)and install via Administrations --> Ecosystems --> Applications --> Packages
* This widget supports runtime deployment. Download the [Runtime Binary](https://github.com/SoftwareAG/cumulocity-weather-forecast-widget-plugin/releases/download/1.0.1/sag-ps-pkg-weather-forecast-widget-1.0.1.zip)and install via Administrations --> Ecosystems --> Applications --> Packages

## Quickstart

Expand Down
14 changes: 12 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cumulocity-weather-forecast-widget-plugin",
"version": "1.0.0",
"version": "1.0.1",
"description": "The Weather Forecast Widget displays a 5-day weather forecast using weather data provided by the OpenWeatherAPI.",
"scripts": {
"start": "c8ycli server",
Expand Down Expand Up @@ -80,7 +80,17 @@
"widget-plugin": [
"WeatherForecastWidgetModule"
]
}
},
"copy": [
{
"from": "images/Weather_Forecast.png",
"to": "images/Weather_Forecast.png"
},
{
"from": "LICENSE",
"to": "LICENSE.txt"
}
]
},
"cli": {}
},
Expand Down

0 comments on commit 68f0a07

Please sign in to comment.