Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.1 KB

Readme.md

File metadata and controls

28 lines (20 loc) · 1.1 KB

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