You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The QuickBlox JavaScript SDK provides a JavaScript library making it even
4
8
easier to access the QuickBlox cloud communication backend platform.
5
9
6
-
[QuickBlox](https://quickblox.com) 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.
10
+
[QuickBlox](https://quickblox.com) 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.
7
11
8
12
9
13
# Install
@@ -16,7 +20,7 @@ For correct work of JS SDK you must include the library in your html before `qu
@@ -75,6 +79,8 @@ The quickblox.js library is build from a number of **CommonJS modules** containe
75
79
These modules are combined through [browserify](http://browserify.org/) into a single `quickblox.js` file in the root and so this is the only file that needs to be included in a `<script>` tag OR in a RequireJS application OR in Node.js environment (everywhere). To build the library, use the [Grunt](http://gruntjs.com/) task runner:
76
80
77
81
* You need to have the dependencies listed in the package.json available, use `npm install` to load them.
82
+
* Install grunt-cli `npm install -g grunt-cli`
83
+
* Also you need install jasmine global `npm i -g jasmine` for tests.
0 commit comments