Last active
August 29, 2015 14:18
-
-
Save lkdocs/ae4c295a849d6b4beefa to your computer and use it in GitHub Desktop.
LaunchKey Node.js SDK - Instantiate Client
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 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