Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 29 days 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-21T05:59:17.000Z (over 6 years ago)
- Last Synced: 2024-12-03T03:38:54.036Z (2 months ago)
- Topics: browserify, cdn, javascript, jsdelivr, radar, web, yarn
- Language: JavaScript
- Homepage: http://radar.zendesk.com/
- Size: 86.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# radar-client-web.
[![](https://data.jsdelivr.com/v1/package/gh/mustansirzia/radar-client-web/badge?style=rounded)](https://www.jsdelivr.com/package/gh/mustansirzia/radar-client-web)
[![GitHub tag](https://img.shields.io/github/tag/MustansirZia/radar-client-web.svg?style=flat)](https://github.com/MustansirZia/go-rethinklogger/releases)
[![MIT Licence](https://badges.frapsoft.com/os/mit/mit.svg?v=103)](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.