Skip to content

Instantly share code, notes, and snippets.

@vseventer
Created April 26, 2012 15:39
Show Gist options
  • Save vseventer/2500441 to your computer and use it in GitHub Desktop.
Save vseventer/2500441 to your computer and use it in GitHub Desktop.
JavaScript Library initialization.
Kinvey.init({
appKey: '<your-app-key>',
appSecret: '<your-app-secret>'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment