You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So far, the weather applicatoin is using fetch npm to call API. However, sooner or later, fetch will be deprecated. To prepare the future, this application will use axios to call API request.
feature
description
So far, the weather applicatoin is using
fetch npmto call API. However, sooner or later,fetchwill be deprecated. To prepare the future, this application will useaxiosto call API request.