Socket
Socket
Sign inDemoInstall

kinvey-nativescript-sdk

Package Overview
Dependencies
Maintainers
2
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kinvey-nativescript-sdk

Kinvey JavaScript SDK for NativeScript applications.


Version published
Weekly downloads
106
decreased by-26.39%
Maintainers
2
Weekly downloads
 
Created
Source

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.

This SDK makes it easy to connect your Nativescript apps with Kinvey.

How to use

Install the NativeScript plugin
tns plugin add kinvey-nativescript-sdk
Install via npm
npm install --save kinvey-nativescript-sdk

Import the Kinvey NativeScript SDK (ES6/TypeScript):

import { Kinvey } from 'kinvey-nativescript-sdk';

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

Build from Source

The master branch represents the latest stable code in the SDK. To build the SDK, use the following -

npm run build

To test -

npm run test

Note: Before running any tests you will need to run npm install to install any dependencies required.

All Kinvey JS SDKs are organized as a common core and platform specific shims. To build the entire SDK source -

  • Clone and build the core kinvey-js-sdk. The NativeScript shim currently requires that you use the nativescript branch of the core.
  • Edit the package.json of this repo to point to your local copy of the kinvey-js-sdk.
  • Build this repo.

Documentation

For detailed documentation on using the SDK, see http://devcenter.kinvey.com/nativescript

License

See LICENSE for details.

Contributing

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

Keywords

FAQs

Package last updated on 06 Jul 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc