Added info on Restaurant, Weather, and Google Search#93
Open
jake-schmidt99 wants to merge 1 commit intoritwik12:masterfrom
Open
Added info on Restaurant, Weather, and Google Search#93jake-schmidt99 wants to merge 1 commit intoritwik12:masterfrom
jake-schmidt99 wants to merge 1 commit intoritwik12:masterfrom
Conversation
So I tried my best to add the basic info for the Restaurant, Weather, and Google Search aspects of the Virtual Assistant. I tried my best to keep with how other users added info, but let me know if you'd prefer it to be done differently
ritwik12
requested changes
Jun 6, 2020
Owner
ritwik12
left a comment
There was a problem hiding this comment.
Please try to check for grammatical mistakes also (if any)
| # Restaurant | ||
| Virtual Assistant can find restaurants in an area. | ||
|
|
||
| Enter an area for the Virtual Assistant to search (EX: New York). Virtual Assistant will then search for several restaurants and display them for the user; showing name, address, rating, pricing, and if the restaurant is currently open. At the moment the assistant can only show general information and cannot provide ways to contact the restaurant. |
Owner
There was a problem hiding this comment.
Suggested change
| Enter an area for the Virtual Assistant to search (EX: New York). Virtual Assistant will then search for several restaurants and display them for the user; showing name, address, rating, pricing, and if the restaurant is currently open. At the moment the assistant can only show general information and cannot provide ways to contact the restaurant. | |
| Enter a location for the Virtual Assistant to search (Eg: New York). Virtual Assistant will then search for several restaurants in that area and display them for the user. It will display name, address, rating, pricing, and current status of the restaurant (open/closed). |
| ``` | ||
| $ sudo yum install curl | ||
| ``` | ||
| Ask the Virtual Assistant to tell you the weather forecast. After entering a location for the assistant to search for it will display the current weather, as well as a chart showing weather predictions for the next several days. Each day shown will give a general prediction for the morning, noon, evening, and night forecasts. |
Owner
There was a problem hiding this comment.
Suggested change
| Ask the Virtual Assistant to tell you the weather forecast. After entering a location for the assistant to search for it will display the current weather, as well as a chart showing weather predictions for the next several days. Each day shown will give a general prediction for the morning, noon, evening, and night forecasts. | |
| Ask the Virtual Assistant to give you the weather forecast. After entering a location for the assistant to search for, it will display the current weather, as well as a tabular result showing weather predictions for the next several days. Each day shown here will give a general prediction for the morning, noon, evening, and night forecasts. |
| # Google Search | ||
|
|
||
| Virtual assistant can search anything on Google. | ||
| Ask the Virtual Assistant to search on Google. The assistant will ask the user what to search for, after entering the search criteria the assistant will open a web browser and search for what the user has inputted. |
Owner
There was a problem hiding this comment.
Suggested change
| Ask the Virtual Assistant to search on Google. The assistant will ask the user what to search for, after entering the search criteria the assistant will open a web browser and search for what the user has inputted. | |
| Ask the Virtual Assistant to search on Google. The assistant will ask the user what to search for, after entering the search criteria the assistant will open a web browser and search for what the user has given as an input. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
So I tried my best to add the basic info for the Restaurant, Weather, and Google Search aspects of the Virtual Assistant. I tried my best to keep with how other users added info, but let me know if you'd prefer it to be done differently