Skip to content

Commit

Permalink
Images and licence file got updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Mukkamalla committed Jun 2, 2023
1 parent 38350d3 commit 9f4d5c0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 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.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
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 Down
12 changes: 11 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
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 9f4d5c0

Please sign in to comment.