h-chauhan / alexa-delhi-metro

Alexa skill that proides route information between metro stations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alexa Skill - Delhi Metro Guide

Built with ❤️ and Node.Js

Setup

npm install

and Add a .env file in root with contents

SKILL_ID=<alexa-skill-id>

Testing

Install alexa-skill-test

npm install -g alexa-skill-test

Run

alexa-skill-test

Deployment

Install AWS-CLI.

  1. Run
aws configure
  1. Zip the folder contents to index.zip.

  2. Run

aws lambda update-function-code --function-name alexa-delhi-metro --zip-file fileb://index.zip

About

Alexa skill that proides route information between metro stations


Languages

Language:JavaScript 100.0%