SuperKid
2020. 3. 19. 15:35
APIs
- API : Application Programming Interface
[Ko]
- openweathermap 사이트의 API를 이용해서 실제 날씨 데이터를 가지고 오자.
- flutter에서 http request를 하기 위해 http package를 사용하자.
[En]
- Bring actual weather data using the API of the openweathermap site.
- Use http package to make http request in flutter.