Skip to content
New issue

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

Weather Model 생성 #4

Closed
1 task done
Bhoon-coding opened this issue Sep 6, 2022 · 0 comments
Closed
1 task done

Weather Model 생성 #4

Bhoon-coding opened this issue Sep 6, 2022 · 0 comments
Assignees
Labels
Feat 새로운 기능

Comments

@Bhoon-coding
Copy link
Owner

Bhoon-coding commented Sep 6, 2022

  • 응답 값 모델링
Response
{
  "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"
    }
// ...
@Bhoon-coding Bhoon-coding self-assigned this Sep 6, 2022
@Bhoon-coding Bhoon-coding added the Feat 새로운 기능 label Sep 6, 2022
Bhoon-coding added a commit that referenced this issue Sep 6, 2022
@Bhoon-coding Bhoon-coding changed the title Model 생성 Weather Model 생성 Sep 6, 2022
Bhoon-coding added a commit that referenced this issue Sep 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feat 새로운 기능
Projects
None yet
Development

No branches or pull requests

1 participant