Skip to content

Commit

Permalink
update with links and screenshot to video demos
Browse files Browse the repository at this point in the history
  • Loading branch information
dace committed Jun 3, 2017
1 parent 573a154 commit 57ac7e8
Showing 1 changed file with 6 additions and 21 deletions.
27 changes: 6 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,12 @@ Travel Advisory is an Amazon Alexa skill built on top of NodeJS. It uses [XML fe

**NOTE**: This skill currently pulls from the State Department's XML feeds directly. Working on de-coupling data fetching from core functionality by creating a separate NodeJS server that pulls, normalizes and provides a cleaner API that the skill can interact with. Source code for this project will be found [here](https://github.com/hidace/alexa-travel-advisory-api).

# Questions you can ask
# Demo Videos

This skill allows for the following type of questions:
![Demo video screenshot](./docs/video.png)

### Definitions
- "What is a travel warning?"
- "What is a travel alert?"
- "What's the difference between a warning and an alert?"
Below are video examples demonstrating the skill.

### Specific country information

- "Is it safe in (country name)?"
- "Should I visit (country name)?"
- "Is it ok to visit (country name)?"
- "Is it dangerous in (country name)?"
- "What's going on in (country name)?"
- "Is there any reason to not visit (country name)?"
- "Does (country name) have any warnings or alerts?"

### Quantity issued

- "How many current warnings and alerts are issued?"
- "How many current alerts are there?"
- "How many current warnings are there?"
[Video 1: Difference between a warning and an alert (0:59)](https://vimeo.com/220098425)
[Video 2: Country without an advisory (0:30)](https://vimeo.com/220097793)
Video 3: Country with a current advisory (coming soon)

0 comments on commit 57ac7e8

Please sign in to comment.