Harkishen-Singh / Jarvis-personal-assistant

Comfort of a personal assistant for Linux systems. Currently features native google, yahoo, bing searches, weather conditions, videos from youtube and looking up for images as well, all in a very reliable structure and UI.
45 stars 45 forks source link

Implement weather scrapping #213

Open muskankhedia opened 4 years ago

muskankhedia commented 4 years ago

Is your feature request related to a problem? Please describe. As the service has now been revamped using NodeJs. The features like weather search have to be implemented with the proper scrapping of data from the website.

Describe the solution you'd like To show the weather search details, on query search weather <district> <state>. We are using the library CherrioJs to implement the same.

Additional context You can also refer to the previous code to know about the requirements and have an idea of scrapping. For now, submit the PR to the node-master branch, we will soon be merging it with the master branch when most of the basic features have been implemented.

irshadjsr21 commented 4 years ago

I'd like to work on this.