Skip to content

Commit

Permalink
added smoke weather
Browse files Browse the repository at this point in the history
  • Loading branch information
SidoJain committed Feb 13, 2024
1 parent 71bcd7c commit 77a4015
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Binary file added assets/smoke.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ const func = function (json) {
case 'Haze':
img.src = 'assets/mist.png';
break;
case 'Smoke':
img.src = 'assets/smoke.png';
break;
default:
img.src = 'assets/cloud.png';
}
Expand Down

0 comments on commit 77a4015

Please sign in to comment.