Skip to content

Instantly share code, notes, and snippets.

@vseventer
Created June 6, 2012 13:50
Show Gist options
  • Save vseventer/2881969 to your computer and use it in GitHub Desktop.
Save vseventer/2881969 to your computer and use it in GitHub Desktop.
JavaScript Library (0.9.3) setup for Node.js
// Step 1: install module.
npm install kinvey
// Step 2: import the library.
var Kinvey = require('kinvey');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment