Skip to content

Instantly share code, notes, and snippets.

@andrewkim316
Created August 27, 2019 17:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrewkim316/fcdfb2df7bcd21bb715073bc61855ae0 to your computer and use it in GitHub Desktop.
Save andrewkim316/fcdfb2df7bcd21bb715073bc61855ae0 to your computer and use it in GitHub Desktop.
const Alexa = require('ask-sdk-core');
const Alpaca = require('@alpacahq/alpaca-trade-api');
const keyId = "KEY_ID_HERE";
const secretKey = "SECRET_KEY_HERE";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment