https://github.com/mustansirzia/radar-client-web
Radar client for the web with bundled engine.io and minilog dependencies served over a CDN and minified using jsDelivr.
https://github.com/mustansirzia/radar-client-web
browserify cdn javascript jsdelivr radar web yarn
Last synced: about 1 month ago
JSON representation
Radar client for the web with bundled engine.io and minilog dependencies served over a CDN and minified using jsDelivr.
- Host: GitHub
- URL: https://github.com/mustansirzia/radar-client-web
- Owner: MustansirZia
- License: mit
- Created: 2018-08-21T05:10:43.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-21T05:59:17.000Z (almost 8 years ago)
- Last Synced: 2025-06-23T00:05:20.281Z (about 1 year ago)
- Topics: browserify, cdn, javascript, jsdelivr, radar, web, yarn
- Language: JavaScript
- Homepage: http://radar.zendesk.com/
- Size: 86.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# radar-client-web.
[](https://www.jsdelivr.com/package/gh/mustansirzia/radar-client-web)
[](https://github.com/MustansirZia/go-rethinklogger/releases)
[](https://opensource.org/licenses/mit-license.php)
[Radar client](http://radar.zendesk.com/client.html) for the web with bundled [engine.io](https://www.npmjs.com/package/engine.io-client) and [minilog](http://mixu.net/minilog/) dependencies served over a CDN and minified using jsDelivr.
[Browserify](http://browserify.org/) is used to build a browser compatible build from the related npm packages.
## Installation.
Minified.
```html
```
Non-Minified.
```html
```
## Usage.
```html
RadarClient.configure({
host: "xyz.com",
port: 80,
userId: "abc",
userType: 0,
accountName: 'radar_account'
});
RadarClient.alloc('radar_account', function() {
RadarClient
.message('messaging')
.on(function(message) {
alert(message);
})
.sync();
});
<script>
```
<br />
## Further References.
• Radar (http://radar.zendesk.com/index.html).
• jsDelivr (https://www.jsdelivr.com/).
<br />
## License.
• MIT.