Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save meskarune/12c463181279e81e085da6136c8d9bce to your computer and use it in GitHub Desktop.
Save meskarune/12c463181279e81e085da6136c8d9bce to your computer and use it in GitHub Desktop.
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