Skip to content

Commit

Permalink
Remove unecessary yahoo to weather icons dict
Browse files Browse the repository at this point in the history
  • Loading branch information
alaycock committed Jan 2, 2016
1 parent 2adf2da commit c627b93
Showing 1 changed file with 0 additions and 52 deletions.
52 changes: 0 additions & 52 deletions src/javascripts/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,55 +21,3 @@ var week = [
"Fri",
"Sat"
];

var codeIcon = [
"wi-tornado", // 0 tornado
"wi-hurricane", // 1 tropical storm
"wi-hurricane", // 2 hurricane
"wi-lightning", // 3 severe thunderstorms
"wi-thunderstorm", // 4 thunderstorms
"wi-rain-mix", // 5 mixed rain and snow
"wi-rain-mix", // 6 mixed rain and sleet
"wi-rain-mix", // 7 mixed snow and sleet
"wi-sprinkle", // 8 freezing drizzle
"wi-sprinkle", // 9 drizzle
"wi-rain", // 10 freezing rain
"wi-showers", // 11 showers
"wi-showers", // 12 showers
"wi-snow", // 13 snow flurries
"wi-snow", // 14 light snow showers
"wi-snow-wind", // 15 blowing snow
"wi-snow", // 16 snow
"wi-hail", // 17 hail
"wi-sleet", // 18 sleet
"wi-dust", // 19 dust
"wi-fog",// 20 foggy
"wi-day-haze", // 21 haze
"wi-smoke", // 22 smoky
"wi-cloudy-windy", // 23 blustery
"wi-cloudy-gusts", // 24 windy
"wi-snowflake-cold", // 25 cold
"wi-cloudy", // 26 cloudy
"wi-night-cloudy", // 27 mostly cloudy (night)
"wi-day-cloudy", // 28 mostly cloudy (day)
"wi-night-partly-cloudy", // 29 partly cloudy (night)
"wi-day-sunny-overcast", // 30 partly cloudy (day)
"wi-night-clear", // 31 clear (night)
"wi-day-sunny", // 32 sunny
"wi-night-partly-cloudy", // 33 fair (night)
"wi-day-sunny-overcast",// 34 fair (day)
"wi-hail", // 35 mixed rain and hail
"wi-hot", // 36 hot
"wi-thunderstorm", // 37 isolated thunderstorms
"wi-thunderstorm", // 38 scattered thunderstorms
"wi-thunderstorm", // 39 scattered thunderstorms
"wi-showers", // 40 scattered showers
"wi-snow-wind", // 41 heavy snow
"wi-snow", // 42 scattered snow showers
"wi-snow-wind", // 43 heavy snow
"wi-day-sunny-overcast", // 44 partly cloudy
"wi-storm-showers", // 45 thundershowers
"wi-snow", // 46 snow showers
"wi-storm-showers", // 47 isolated thundershowers
];
codeIcon[3200] = "wi-alien"; // 3200 not available

0 comments on commit c627b93

Please sign in to comment.