Skip to content

Commit

Permalink
some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mahdiataey committed Apr 13, 2023
1 parent 476c74e commit 2cc6d17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion projects/angular-weather-any-degree/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

![alt text](https://user-images.githubusercontent.com/36917283/231538911-3b203515-bf8c-467d-a8bd-ba2624a2cb09.PNG)

[Demo](https://mahdiataey.github.io/my-weather-example/)

Angular Weather any degree package for web applications . Easy and Highly customisable.

Expand Down Expand Up @@ -66,7 +67,7 @@ The following list of properties are supported by the component.

| Property |Type | Description | Default Value |
|:--- |:--- |:--- |:--- |
|Units |string |Kalvin,Imperial(Farenhite), Celcious|
|Units |string |metric(Celcious), Kalvin,Imperial(Farenhite)|
|UnitSymbol |string |K-->Kalvin, F-->Farenhite, C-->Cilcious|
| APIKEY | String | API key from APIUX | APIKEY |
| width | String | Width of the weather card | 280px |
Expand Down
4 changes: 2 additions & 2 deletions projects/angular-weather-any-degree/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-weather-any-degree",
"version": "0.0.2",
"version": "0.0.14",
"description": "this package is used to show a simple weather, which we can change the type of degree",
"author": {
"name": "Mahdy Ataey",
Expand All @@ -18,7 +18,7 @@
"homepage": "https://github.com/mahdiataey",
"repository": {
"type": "git",
"url": "https://github.com/mahdiataey/Angular-weather-any-degree.git"
"url": "https://github.com/mahdiataey/my-weather-example.git"
},
"peerDependencies": {
"@angular/common": "^15.1.0",
Expand Down

0 comments on commit 2cc6d17

Please sign in to comment.