https://github.com/tlovett1/repo-voice
An Alexa skill to talk to GitHub.
https://github.com/tlovett1/repo-voice
alexa alexa-skill github node-js voice voice-assistant
Last synced: 9 months ago
JSON representation
An Alexa skill to talk to GitHub.
- Host: GitHub
- URL: https://github.com/tlovett1/repo-voice
- Owner: tlovett1
- License: mit
- Created: 2018-04-15T23:52:58.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-13T18:18:40.000Z (about 8 years ago)
- Last Synced: 2025-08-20T04:46:32.935Z (10 months ago)
- Topics: alexa, alexa-skill, github, node-js, voice, voice-assistant
- Language: JavaScript
- Homepage:
- Size: 121 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Repo Voice
Communicate with GitHub repositories via Alexa.
## Usage
Repo Voice allows you to communicate with Alexa in the following ways:
### Favorites
`Alexa ask Repo Voice for updates on my favorites` - Get updates on a list of favorites you set.
`Alexa tell Repo Voice to add favorite node` - Add a favorite to your favorites list.
`Alexa tell Repo Voice to remove favorite node` - Remove a favorite to your favorites list.
`Alexa ask Repo Voice what are my favorites` - Get a list of your current favorites.
`Alexa ask Repo Voice for updates on node` - Get updates for the node repository.
## Limitations
Right now this Alexa skill is limited to a [set of repositories](https://github.com/tlovett1/repo-voice/blob/master/lambda/custom/data/repos.json). Feel free to add new ones via a PR.
## License
MIT