Last active
September 14, 2018 18:15
-
-
Save seemcat/305171c71e8d766de6d7e987e1e322d7 to your computer and use it in GitHub Desktop.
step 1 of server integration
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
// server.js | |
Ziggeo = require('ziggeo'); | |
var ZiggeoSdk = new Ziggeo('YOUR APP TOKEN', 'YOUR_APP_PRIVATE_KEY', 'YOUR_APP_ENCRYPTION_KEY'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment