Skip to content

Instantly share code, notes, and snippets.

View tal32123's full-sized avatar

Tal Charnes tal32123

  • Chicago, IL
View GitHub Profile
@tal32123
tal32123 / index.js
Created June 9, 2017 06:40
Chuck Norris Jokes for Amazon Alexa
'use strict';
var Alexa = require('alexa-sdk');
// Credit to: https://github.com/alexa/skill-sample-nodejs-fact/blob/master/src/index.js
//=========================================================================================================================================
//TODO: The items below this comment need your attention.
//=========================================================================================================================================
//Replace with your app ID (OPTIONAL). You can find this value at the top of your skill's page on http://developer.amazon.com.
//Make sure to enclose your value in quotes, like this: var APP_ID = "amzn1.ask.skill.bb4045e6-b3e8-4133-b650-72923c5980f1";