cjbarker / sps-calendar-alexa-skill

Seattle Public School (SPS) Alexa Skill denoting if school is in session or not for a given day,.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Table of Contents generated with DocToc

sps-calendar-alexa-skill

Seattle Public School (SPS) Alexa Skill denoting if school is in session or not for a given day,.

Developer

Prerequiste: Node.js installed and Alexa SDK for Node.js installed.

# Clone Repo
git clone git@github.com:cjbarker/sps-calendar-alexa-skill.git
cd sps-calendar-alexa-skill

# Install Node Dependencies
npm install 

# Run Tests
npm test

# Run JSHint
#jshint <javascript-file>
jshint index.js

Deploy

Create a deployment package for AWS Lambda via the following command script to zip all project contents to upload and deploy to AWS Lambda.

# Build AWS Lambda Package
npm run zip

# Provision AWS Lambda and deploy package via Terraform
npm run tf

References

About

Seattle Public School (SPS) Alexa Skill denoting if school is in session or not for a given day,.

License:MIT License


Languages

Language:JavaScript 96.0%Language:HCL 4.0%