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.
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-masterbranch, we will soon be merging it with themasterbranch when most of the basic features have been implemented.