mmattozzi / alexa-train-status

An alexa skill that lets me know when my next train to work is

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 for my next train and tells me the time and its status.

Install

Deploy using serverless:

npm install
serverless deploy

Follow instructions in serverless examples 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

About

An alexa skill that lets me know when my next train to work is


Languages

Language:JavaScript 100.0%