/alexa-wikiquote

Primary LanguageTypeScriptApache License 2.0Apache-2.0

wiki quote skill

Using Alexa SDK for nodeJs to build a skill reading quotes from de.wikiquote.org

Getting Started

toolchain

npm install
  • open Visual Studio Code
  • build with Ctrl+Shift+B (or npm run build)
  • create aws.config file with your S3 bucket's access key and secret key (you should not commit that file)
  • npm run deploy

Check out These Other Developer Resources