We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
{ "cod": "200", "message": 0, "cnt": 40, "list": [ { "dt": 1647345600, "main": { "temp": 287.39, "feels_like": 286.38, "temp_min": 286.69, "temp_max": 287.39, "pressure": 1021, "sea_level": 1021, "grnd_level": 1018, "humidity": 58, "temp_kf": 0.7 }, "weather": [ { "id": 803, "main": "Clouds", "description": "broken clouds", "icon": "04d" } ], "clouds": { "all": 71 }, "wind": { "speed": 3.08, "deg": 128, "gust": 4.3 }, "visibility": 10000, "pop": 0, "sys": { "pod": "d" }, "dt_txt": "2022-03-15 12:00:00" }, { "dt": 1647356400, "main": { "temp": 287.09, "feels_like": 286.13, "temp_min": 286.5, "temp_max": 287.09, "pressure": 1021, "sea_level": 1021, "grnd_level": 1016, "humidity": 61, "temp_kf": 0.59 }, "weather": [ { "id": 803, "main": "Clouds", "description": "broken clouds", "icon": "04d" } ], "clouds": { "all": 81 }, "wind": { "speed": 3.28, "deg": 168, "gust": 3.96 }, "visibility": 10000, "pop": 0, "sys": { "pod": "d" }, "dt_txt": "2022-03-15 15:00:00" } // ...
The text was updated successfully, but these errors were encountered:
[#4] Feat: Weather Model 생성
5ec1c23
Merge pull request #5 from Bhoon-coding/feat/create_weather_model
ef21363
Bhoon-coding
No branches or pull requests
Response
The text was updated successfully, but these errors were encountered: