- Version: 2.9.2-beta
- GitHub: https://github.com/Vladlukhanin/nativescript-quickblox-sdk
- NPM: https://www.npmjs.com/package/nativescript-quickblox
- Downloads:
- Last Day: 2
- Last Week: 3
- Last Month: 0
NativeScript QuickBlox JavaScript SDK
The QuickBlox JavaScript SDK provides a JavaScript library making it even easier to access the QuickBlox cloud communication backend platform.
QuickBlox is a suite of communication features & data services (APIs, SDKs, code samples, admin panel, tutorials) which help digital agencies, mobile developers and publishers to add great communication functionality to smartphone applications like in Skype, WhatsApp, Viber.
Check out our API Reference for more detailed information about our SDK.
Work in progress...
Install
npm install nativescript-quickblox --save
And you're ready to go:
var QB = require('nativescript-quickblox');
// OR to create many QB instances
var QuickBlox = require('nativescript-quickblox').QuickBlox;
var QB1 = new QuickBlox();
var QB2 = new QuickBlox();
Download ZIP archive
NativeScript QuickBlox JavaScript SDK, zip archive
Documentation
You can look at it here https://quickblox.com/developers/Javascript
Questions and feedback
Please raise questions, requests for help etc. via https://stackoverflow.com/questions/tagged/quickblox
Feedback and suggestions for improvement always welcome :)
License
Apache 2.0