Overview
Kinvey (pronounced Kin-vey, like convey) makes it ridiculously easy for developers to setup, use and operate a cloud backend for their mobile apps. They don't have to worry about connecting to various cloud services, setting up servers for their backend, or maintaining and scaling them.
Getting Started
Install and save the Kinvey JavaScript SDK:
npm install --save kinvey-js-sdk
Import the Kinvey JavaScript SDK:
const Kinvey = require('kinvey-js-sdk');
Documentation
For more detailed documentation, see Kinvey DevCenter.
License
See LICENSE for details.