An open API service indexing awesome lists of open source software.

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

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
```