Created
October 11, 2021 16:38
-
-
Save zyryc/e43c03299f107978ee297b3f6a4b049f to your computer and use it in GitHub Desktop.
tomorrow-weather-codes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
weatherSvgs = { | |
"1000":"color/clear_day.svg", | |
"1000":"color/clear_night.svg", | |
"1001":"color/cloudy.svg", | |
"4000":"color/drizzle.svg", | |
"5001":"color/flurries.svg", | |
"2100":"color/fog_light.svg", | |
"2000":"color/fog.svg", | |
"6000":"color/freezing_drizzle.svg", | |
"6201":"color/freezing_rain_heavy.svg", | |
"6200":"color/freezing_rain_light.svg", | |
"6001":"color/freezing_rain.svg", | |
"7101":"color/ice_pellets_heavy.svg", | |
"7102":"color/ice_pellets_light.svg", | |
"7000":"color/ice_pellets.svg", | |
"1100":"color/mostly_clear_day.svg", | |
"1100":"color/mostly_clear_night.svg", | |
"1102":"color/mostly_cloudy.svg", | |
"1101":"color/partly_cloudy_day.svg", | |
"1101":"color/partly_cloudy_night.svg", | |
"4201":"color/rain_heavy.svg", | |
"4200":"color/rain_light.svg", | |
"4001":"color/rain.svg", | |
"5101":"color/snow_heavy.svg", | |
"5100":"color/snow_light.svg", | |
"5000":"color/snow.svg", | |
"8000":"color/tstorm.svg", | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment