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.
The JS SDK is used as a way to share common code for platform specific SDK shims. Here is a list of the platforms we currently support.
Thanks to BrowserStack for providing us with a free account.
See LICENSE for details.
See CONTRIBUTING.md for details on reporting bugs and making contributions.
Fork the repo on GitHub and clone your fork to your local machine. You can then submit PRs to the main repo from your fork for changes that you make.
Run npm install
from the command line at the root of the project.
Run npm run build
from the command line at the root of the project.
The project is setup with unit and integration tests.
Run npm run test
from the command line at the root of the project to run the same tests against each of the SDKs. You can also run the tests against each individual SDK like this:
- HTML5 SDK -
npm run test:html5
- NativeScript SDK on iOS -
npm run test:nativescript:ios
- NativeScript SDK on Android -
npm run test:nativescript:android
- NodeJS SDK -
npm run test:node