APIs

 - API : Application Programming Interface

 

[Ko]

 

https://openweathermap.org/

 - openweathermap 사이트의 API 이용해서 실제 날씨 데이터를 가지고 오자.

 - flutter에서 http request 하기 위해 http package 사용하자.

 

[En]

 

https://openweathermap.org/

 - Bring actual weather data using the API of the openweathermap site.
 - Use http package to make http request in flutter.

+ Recent posts