Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@nearit/it.near.sdk.cordova

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nearit/it.near.sdk.cordova

Cordova plugin for NearIT SDK

  • 0.0.3
  • Source
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

Warning: the development is currently in alpha stage.

NearIT Cordova SDK

Cordova plugin for NearIT SDK

license GitHub release Documentation Status

cordova platforms Android iOS

NearIT allows to engage app users by sending context-aware targeted content.

Recipes

NearIT allows to manage apps by defining "recipes". Those are simple rules made of 3 ingredients:

  • WHO: define the target users
  • WHAT: define what action NearIT should do
  • TRIGGER: define when the action should be triggered

How it works

NearIT web interface allows you to configure all the features quickly. Once the settings are configured, everyone - even people without technical skills - can manage context-aware mobile content.

NearIT SDK synchronizes with servers and behaves accordingly to the settings and the recipes. Any content will be delivered at the right time, you just need to handle its presentation.


Installation

Minimum Requirements:

  • Cordova: 6.0.0
  • Android Min SDK: 15
  • iOS Min Platform: iOS 9

To start using the SDK, add this plugin to your Cordova project

$ cordova plugin add https://github.com/nearit/Cordova-SDK.git

Set the API token inside your project config.xml

<preference name="nearit-api-key" value="Your.Api.Key" />

You can find the API key on NearIT web interface, under the "SDK Integration" section.

A new nearit object will be added to the global scope (as window.nearit)

nearit.<someMethod>()

Integration guide

For information on how to integrate all NearIT features in your app, visit the documentation website

Keywords

FAQs

Package last updated on 08 Aug 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