Skip to content
QuickBlox JavaScript SDK for NativeScript
JavaScript Java CSS
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
app
hooks/after-prepare
platforms/android
src
.codeclimate.yml
.editorconfig
.eslintignore
.eslintrc
.gitignore
.jshintrc
.npmignore
.travis.yml
LICENSE
README.md
karma.conf.js
package-lock.json
package.json

README.md

NativeScript QuickBlox JavaScript SDK

travis-ci Code Climate npm npm

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

You can’t perform that action at this time.