-
-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added info on Restaurant, Weather, and Google Search #93
Open
jake-schmidt99
wants to merge
1
commit into
ritwik12:master
Choose a base branch
from
jake-schmidt99:patch-1
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -126,6 +126,8 @@ gcc main.c src/init_config.c $(pkg-config --libs --cflags libcurl) -lssl -lcrypt | |||||
# 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. | ||||||
|
||||||
![restaurants](https://user-images.githubusercontent.com/20038775/33029445-9b05b482-ce3e-11e7-8ed4-5782fe468530.png) | ||||||
|
||||||
|
||||||
|
@@ -141,6 +143,8 @@ Or | |||||
``` | ||||||
$ 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. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
![weather](https://user-images.githubusercontent.com/20038775/37968392-9af5446a-31eb-11e8-8008-14b5e935571d.png) | ||||||
|
||||||
# Media | ||||||
|
@@ -180,6 +184,7 @@ Artificial Intelligence is an example here, you can use anything you want to sea | |||||
# 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. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
![gsearch](https://user-images.githubusercontent.com/20038775/37968140-fa07a8d6-31ea-11e8-9ad2-97fe5527bc25.png) | ||||||
|
||||||
|
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.