Guest User

Untitled

a guest
Aug 16th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. {
  2. "chanceflurries": {"weatherIcon": "snow-wind"},
  3. "chancerain": {"weatherIcon": "rain"},
  4. "chancesleet": {"weatherIcon": "sleet"},
  5. "chancesnow": {"weatherIcon": "snow"},
  6. "chancetstorms": {"weatherIcon": "thunderstorm"},
  7. "clear": {"weatherIcon": "day-sunny"},
  8. "cloudy": {"weatherIcon": "day-cloudy"},
  9. "flurries": {"weatherIcon": "snow-wind"},
  10. "fog": {"weatherIcon": "day-fog"},
  11. "hazy": {"weatherIcon": "day-haze"},
  12. "mostlycloudy": {"weatherIcon": "day-cloudy"},
  13. "mostlysunny": {"weatherIcon": "day-sunny"},
  14. "partlycloudy": {"weatherIcon": "day-cloudy"},
  15. "partlysunny": {"weatherIcon": "day-sunny"},
  16. "rain": {"weatherIcon": "showers"},
  17. "sleet": {"weatherIcon": "sleet"},
  18. "snow": {"weatherIcon": "snow"},
  19. "sunny": {"weatherIcon": "day-sunny"},
  20. "tstorms": {"weatherIcon": "thunderstorm"},
  21. "nt_chanceflurries": {"weatherIcon": "night-alt-snow-wind"},
  22. "nt_chancerain": {"weatherIcon": "night-alt-rain"},
  23. "nt_chancesleet": {"weatherIcon": "night-alt-sleet"},
  24. "nt_chancesnow": {"weatherIcon": "night-alt-snow"},
  25. "nt_chancetstorms": {"weatherIcon": "night-alt-thunderstorm"},
  26. "nt_clear": {"weatherIcon": "night-clear"},
  27. "nt_cloudy": {"weatherIcon": "night-alt-cloudy"},
  28. "nt_flurries": {"weatherIcon": "night-alt-snow-wind"},
  29. "nt_fog": {"weatherIcon": "night-fog"},
  30. "nt_hazy": {"weatherIcon": "night-alt-cloud-windy"},
  31. "nt_mostlycloudy": {"weatherIcon": "night-alt-cloudy"},
  32. "nt_mostlysunny": {"weatherIcon": "night-clear"},
  33. "nt_partlycloudy": {"weatherIcon": "night-alt-cloudy"},
  34. "nt_partlysunny": {"weatherIcon": "night-clear"},
  35. "nt_sleet": {"weatherIcon": "night-alt-sleet"},
  36. "nt_rain": {"weatherIcon": "night-alt-rain"},
  37. "nt_snow": {"weatherIcon": "night-alt-snow"},
  38. "nt_sunny": {"weatherIcon": "night-clear"},
  39. "nt_tstorms": {"weatherIcon": "night-alt-thunderstorm"}
  40. }
Add Comment
Please, Sign In to add comment