ysterbal / nativescript-google-nearby

Nativescript plugin for Google Nearby (Un-Official)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nativescript Google Nearby plugin (Un Official)

Expose the basic P2P messaging provided by Google Nearby within a Nativescript plugin, currently we only support iOS but Android support is pending.

Buidling from source

$ git clone https://github.com/ysterbal/nativescript-google-nearby .
$ cd ./nativescript-google-nearby/src
$ npm install
$ npm run build 

Installation into a nativescript project

tns plugin add nativescript-google-nearby

Usage

  • Get an Google Nearby API key see Google Developers Guide
  • Initialize the SDK using the key
  • Add a subscription and provide callbacks and process
  • Publish messages

API

License

Apache License Version 2.0, January 2004

About

Nativescript plugin for Google Nearby (Un-Official)

License:Apache License 2.0


Languages

Language:TypeScript 59.4%Language:JavaScript 22.5%Language:Shell 17.8%Language:Ruby 0.3%