scalability4all / voice-enabled-chatbot

Implementing a voice enabled chatbot which converses with a user via their voice in natural language. Website: https://scalability4all.github.io/
MIT License
38 stars 52 forks source link

Modify the weather API #30

Open Harshini2898 opened 4 years ago

Harshini2898 commented 4 years ago

Is your feature request related to a problem? Please describe. When using weather API, It is giving us Banglore weather as it is hardcoded in the api call. It would be better if we can get the User location Weather

Describe the solution you'd like First, we can get the Latitude and Longitude of the User location, then we can use those to make an api call. By that, we can provide the user with their location weather

satyammittal commented 4 years ago

Nice addon. You can star working on this.😃

abhishekgupta368 commented 4 years ago

can you assign me?

satyammittal commented 4 years ago

@abhishekgupta368 you can raise a pull request with a fix.