Created
June 2, 2019 19:18
-
-
Save meskarune/12c463181279e81e085da6136c8d9bce to your computer and use it in GitHub Desktop.
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
Dark Sky, currently supported in API: | |
"clear-day" = "β" | |
"clear-night" = "π" or "π" or "π" | |
"rain" = "π§" or "π§" | |
"snow" = "π¨" or "β" | |
"sleet" = "π§" or "π§" | |
"wind" = "π¨" or "π¬οΈ" or "π" | |
"fog" = "π«" or "π" | |
"cloudy" = "β" | |
"partly-cloudy-day" = "β " or "π€" | |
"partly-cloudy-night" = "β" | |
(j.currently.icon in the weather plugin, then lookup in a list to get the unicode icon) | |
All weather unicode: | |
β π π€ β π₯ π¦ π§ π¨ π© β β π§ πͺ π β π« π π¬ π π¨ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment