Skip to content

Commit

Permalink
add design components to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
3sannasia committed Mar 29, 2024
1 parent c317b88 commit 7c65f14
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
<p align="center"> A voice-activated way for finding the next buses coming to your Urbana-Champaign bus stop </p>

<p align="center">
<a href="#usage">Usage</a> •
<a href="#features">Features</a> •
<a href="#demo">Demo</a> •
<a href="#components">Components</a> •
<a href="#resources">Resources</a>
</p>

Expand All @@ -16,15 +17,23 @@

</div>

## Usage
## Features

- Say `open illini bus` to start the skill
- Say key work `use` then the name of your bus stop

- Say key word `use` then the name of your bus stop
- Example: `use [bus stop name]`
- Implemented using the [CUMTD Auto Complete API](https://developer.cumtd.com/documentation/autocomplete/v1.0.0/stop/)

- Alexa uses DynamoDB to remember your bus stop
- Faster future responses

- Hosted on AWS Lambda


## Demo
![illini bus run](https://github.com/3sannasia/Alexa-Illini-Bus/assets/54860072/c8548a84-b6af-457e-a523-6ef491f5e0a7)
<p align="center"><img src="https://github.com/3sannasia/Alexa-Illini-Bus/assets/54860072/c8548a84-b6af-457e-a523-6ef491f5e0a7"width="400" /></p>



## Resources
Expand Down

0 comments on commit 7c65f14

Please sign in to comment.