JSPM

  • Created
  • Published
  • Downloads 21
  • Score
    100M100P100Q68676F
  • License Apache-2.0

Kinvey JavaScript SDK for HTML5 applications.

Package Exports

  • kinvey-html5-sdk
  • kinvey-html5-sdk/dist/middleware
  • kinvey-html5-sdk/dist/popup

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (kinvey-html5-sdk) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Overview Build Status Code Climate

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.

Installation

Using npm

Install and save the Kinvey HTML5 SDK:

npm install --save kinvey-html5-sdk

Import the Kinvey HTML5 SDK (ES6/TypeScript):

import Kinvey from 'kinvey-html5-sdk';

A TypeScript type definition file is included in the distribution and will automatically be picked up by the TypeScript compiler.

Using the Kinvey CDN

<script src="https://download.kinvey.com/js/kinvey-html5-sdk-3.5.0.min.js"></script>

A TypeScript type definition file is available at

https://download.kinvey.com/js/kinvey-html5-sdk-3.5.0.d.ts

You will then be able to access Kinvey HTML5 SDK via window.Kinvey.

Browser Compatibility

The Kinvey HTML5 SDK supports the following browsers:

  • On macOS: Safari, Chrome, Firefox
  • On iOS: Safari, Chrome
  • On Windows: Chrome, Firefox, Edge, Internet Explorer 11
  • On Android: Chrome (Performance depends on device)

Documentation

For more detailed documentation, see http://devcenter.kinvey.com/html5

License

See LICENSE for details.

Contributing

See CONTRIBUTING.md for details on reporting bugs and making contributions.