MicrosoftEdge / magic-mirror-demo

A :zap:Magic Mirror:zap: powered by a UWP Hosted Web App :rocket:
Other
1.23k stars 225 forks source link

Map weather icons with API #6

Open melanierichards opened 8 years ago

melanierichards commented 8 years ago

Let's use these icons as SVG: https://thenounproject.com/Yorlmar%20Campos/collection/good-weather/?oq=weather&cidx=44. We can use the weather vane rooster for responses without a matching icon! It's so cute.

I also like this set if you'd rather use it instead: https://thenounproject.com/99avery/collection/weather-forecast/?oq=weather&cidx=47

I have a class .weather-icon that you should place on the SVG. This will position the icon correctly. Please also put another class on the SVG icon identifying which icon it is (.icon-rain or something) so I can do any other positioning or sizing as necessary. If you could comment here with the full list of classes that will be returned, that would be great!

master and release branches are both up to date with the weather icon class.