bohdanbirdie / hackathon-weather-app

Hackathon weather app
0 stars 1 forks source link

Weather: #2

Open oleksandrKociuta opened 7 years ago

oleksandrKociuta commented 7 years ago

weather: { "2xx: Thunderstorm":[⛈ī¸], "3xx: Drizzle":[đŸŒĻī¸], "5xx: Rain":[🌧ī¸,☔ī¸], "6xx: Snow":[🌨ī¸,❄ī¸], "7xx: Atmosphere":[🌁], "800: Clear":[☀ī¸,🌞], "80x: Clouds":[☁ī¸], "90x: Extreme":[đŸŒĒī¸,🌀], "9xx: Additional":[🌩ī¸,💨,🌋] },

SoboUA commented 7 years ago
{
  "5": [
    ["boots", "Balloon Pants", "Jacket"],
    ["sneakers", "Balloon Pants", "Jacket"]
  ],
  "12": [
    ["Snekers", "Pants", "Jacket"],
    ["boots", "Pants", "Sweater"]
    ],
  "21": [
    ["Sandals", "Shorts", "T-Shirt"],
    ["Sneakers", "Shorts", "T-Shirt"],
    ["Sneakers", "Pants", "T-Shirt"]
    ],
  "32": [
    ["Sponges", "Shorts", "T-Shirt"]
    ]
}