CPSC310-2014W2 / Hack-Street-Boys

Weathr
0 stars 1 forks source link

Design and implement the data schema for storing current weather data #23

Closed ctkou closed 9 years ago

ctkou commented 9 years ago

Data Sample:

    {
        "path": {
            "collection": "cityweather",
            "key": "2977554",
            "ref": "f9b9bf5a2808b245",
            "reftime": 1424381487903
        },
        "value": {
            "last_update_time": 1424381479,
            "city": "Saint-Pierre-Azif",
            "lon": 0.05017,
            "lat": 49.294281,
            "conditionid": 500,
            "weather": "Rain",
            "weather_des": "light rain",
            "temp": 278.57,
            "temp_max": 278.57,
            "temp_min": 278.57,
            "humidity": 94,
            "wind_speed": 6.9,
            "wind_deg": 216.503
        },
        "reftime": 1424381487903
    }
ctkou commented 9 years ago

Changed from Open Weather API to Forecast.io. This is no longer applicable to Sprint 1 Tasks