boradesanket13 / Blaze

Weather application with geolocation using OpenWeatherAPI and RestCountries API
https://blaze-silk.vercel.app/
MIT License
17 stars 44 forks source link

[Feature] To show weather of user's location first. #30

Closed Freedisch closed 1 year ago

Freedisch commented 2 years ago

I think the app should be able to give weather details our position first by detecting it, before searching for other locations

boradesanket13 commented 2 years ago

Great idea, indeed! Can you explain your approach for the same, @Freedisch!

harshk-codes commented 2 years ago

@Freedisch there won't be any need of searching bar if we ask for location permission from user to show their location directly

Freedisch commented 2 years ago

@harshk-codes There is still a need of the searching bar bcs with it, he will be able to check the weather for other location

harshk-codes commented 2 years ago

cool

boradesanket13 commented 2 years ago

Yes, @Freedisch! You can start working on it.

gsm005 commented 2 years ago

I have wrote a python code which will show the user a graph of weather of his current area between a particular duration of time. This is the output where the three lines are max, min and avg temperature. Should I merge it @Sanket1308 ? 2022-10-02

boradesanket13 commented 2 years ago

Create a folder 'python' and add it @gsm005 How can you implement it in this project?

gsm005 commented 2 years ago

Actually I am new to Development. And Currently have knowledge about Python and CPP only. So, maybe we can make this graph display on the website or app. I have no idea how to implement it in this project. I have knowledge about an open weather database. So I used it to find weather record of particular duration of user's location.

boradesanket13 commented 2 years ago

No problem, @gsm005 ! Create a folder 'python' and add it. Also add sample screenshots of graphs.

gsm005 commented 2 years ago

Done!

Kartikey353 commented 2 years ago

Can We Add Air Quality index with Weather information ?

yashB-2002 commented 2 years ago

I think we can ask for user preferred location and show the preferred location and if user does not enter something app can show him default location. I would like to work on it.

boradesanket13 commented 2 years ago

Can We Add Air Quality index with Weather information ?

Good idea. 🚀 Share your approach. How will you implement?

boradesanket13 commented 2 years ago

I think we can ask for user preferred location and show the preferred location and if user does not enter something app can show him default location. I would like to work on it.

Showing the current location weather first seems better.