This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const HtmlWebpackPlugin = require('html-webpack-plugin') | |
| const path = require('path') | |
| const webpack = require('webpack') | |
| module.exports = { | |
| entry: ['react-hot-loader/patch', './playground/index.js'], | |
| devServer: { | |
| contentBase: './dist', | |
| hot: true, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var wordsmithKey = 'YOUR KEY HERE'; | |
| var Alexa = require('alexa-sdk'); | |
| var https = require('https'); | |
| // 1. Text strings ===================================================================================================== | |
| // Modify these strings and messages to change the behavior of your Lambda function | |
| var languageStrings = { | |
| 'en': { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 1. Text strings ===================================================================================================== | |
| // Modify these strings and messages to change the behavior of your Lambda function | |
| var languageStrings = { | |
| 'en': { | |
| 'translation': { | |
| 'WELCOME' : "Welcome to North Jersey Guide!", | |
| 'HELP' : "Say about, to hear more about the city, or say coffee, breakfast, lunch, or dinner, to hear local restaurant suggestions, or say recommend an attraction, or say, go outside. ", | |
| 'ABOUT' : "North Jersey is a city on the Atlantic Ocean. A popular summer beach destination, Gloucester has a rich history of fishing and ship building.", |
NewerOlder