avinash201199 / weather-app

Weather app with JavaScript and api
MIT License
86 stars 164 forks source link

Optimised Background Fetch Method #296

Closed PranshuBasak closed 11 months ago

PranshuBasak commented 11 months ago

🛠️ Fixes Issue

Fix #294 closes #294

➕ Changes Introduced

Optimize fetchNewBackground function ;

Also added inline comment for better understanding .

📄 Note To Reviewers

I have removed isMoblie var from function and moved the whole operation inside url itself , this will minimize the size of code and also optimise run time.

📷 Screenshots

Before

Screenshot 2023-10-15 130503

After

Screenshot 2023-10-15 130333
PranshuBasak commented 11 months ago

Please review and merge my request. I have made sure that my changes have no breaking effect on the app and that everything is running smoothly.