ContriHUB / Sheher

Django project to get info regarding tourist places.
1 stars 19 forks source link

Add Weather Information in Place Modal using some weather api #64

Closed kunal2812 closed 10 months ago

kunal2812 commented 10 months ago

Weather information can be a valuable addition to help users plan their trips effectively. This issue aims to implement a functionality to display weather conditions for a place using a weather API (You can use latitude and longitude coordinates of the place which are already stored in the Place model) When users click on a place in the app, they should be able to view the real time weather conditions for that place in that modal

image

(Weather info should be shown here above all review sections. Make the information on place modal more organised. Extra points for neat work)

Note:

eleensmathew commented 10 months ago

Can I work on this?

eleensmathew commented 10 months ago

Hi @kunal2812 am I supposed to make my own account on the weather api and push my api crediantials as well? Is there a more safer way to do this without using my credentials?

kunal2812 commented 10 months ago

Don't push your creds, just mention the API you are using in the PR description

eleensmathew commented 10 months ago

ok thanks