Manyap772 / weather

7 stars 13 forks source link

Upgrade the weather data fetching logic that uses xml http request with axios or fetch #17

Open Vaibhav-Kumar-K-R opened 1 month ago

Vaibhav-Kumar-K-R commented 1 month ago

Currently XML Http request is being used to fetch the weather data. Update it to axios or fetch for more cleaner version and easier understanding and usage.