kinvey-node-sdk
TypeScript icon, indicating that this package has built-in type declarations

7.0.0 • Public • Published

Kinvey NodeJS SDK

Installation

From the command prompt go to your app's root folder and execute:

npm i kinvey-node-sdk@next

Usage

Initialize SDK

We need to initialize the SDK.

JavaScript with NPM

var Kinvey = require('kinvey-node-sdk');

Kinvey.init({
  appKey: '<yourAppKey>',
  appSecret: '<yourAppSecret>'
});

Build

If you would like to build the SDK yourself, clone the monorepo, then:

  • npm i
  • npm run build

You can then install the SDK build by running npm i /<localpath>/packages/node-sdk

Package Sidebar

Install

npm i kinvey-node-sdk

Weekly Downloads

180

Version

7.0.0

License

Apache-2.0

Unpacked Size

36.5 kB

Total Files

25

Last publish

Collaborators

  • kinvey
  • dimofeev
  • tsakata1
  • mkapostolov