Skip to content

Instantly share code, notes, and snippets.

@lkdocs
Last active August 29, 2015 14:18
Show Gist options
  • Select an option

  • Save lkdocs/ae4c295a849d6b4beefa to your computer and use it in GitHub Desktop.

Select an option

Save lkdocs/ae4c295a849d6b4beefa to your computer and use it in GitHub Desktop.
LaunchKey Node.js SDK - Instantiate Client
var LaunchKey = require("launchkey-sdk"),
appKey = "1234567890",
secretKey = "qwertyuiodfghjklcvbnm",
privateKey = "-----BEGIN RSA PRIVATE KEY-----...-----END RSA PRIVATE KEY-----",
launchKey;
launchKey = new LaunchKey(appKey, secretKey, privateKey);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment