https://github.com/mmattozzi/alexa-train-status
An alexa skill that lets me know when my next train to work is
https://github.com/mmattozzi/alexa-train-status
alexa-skill node-js
Last synced: 2 months ago
JSON representation
An alexa skill that lets me know when my next train to work is
- Host: GitHub
- URL: https://github.com/mmattozzi/alexa-train-status
- Owner: mmattozzi
- Created: 2017-02-04T02:16:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-14T03:36:16.000Z (almost 7 years ago)
- Last Synced: 2025-01-28T18:46:10.545Z (4 months ago)
- Topics: alexa-skill, node-js
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# alexa-train-status
An Alexa skill that lets me know when my next train to work is. This is a very simple skill, on launch, it queries the
[Septa API](http://www3.septa.org/hackathon/NextToArrive/Rosemont/Suburban%20Station/1) for my next train and tells me the time and its
status.## Install
Deploy using [serverless](https://serverless.com/):npm install
serverless deploy
Follow instructions in [serverless examples](https://github.com/serverless/examples/tree/master/aws-node-alexa-skill) to create an Alexa Skill and link it to the lambda ARN created via the serverless deploy.## Run Locally
```
serverless invoke local -f trainstatus -p LaunchRequest-input.json
```