Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jiren/rnotifier.js
Javascript client for Rnotifer : Exceptions, Events, Alerts and Benchmarking catcher lib for javascript.
https://github.com/jiren/rnotifier.js
Last synced: 8 days ago
JSON representation
Javascript client for Rnotifer : Exceptions, Events, Alerts and Benchmarking catcher lib for javascript.
- Host: GitHub
- URL: https://github.com/jiren/rnotifier.js
- Owner: jiren
- Created: 2013-12-24T06:59:19.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-24T07:12:27.000Z (about 11 years ago)
- Last Synced: 2024-11-06T19:55:29.632Z (about 2 months ago)
- Language: JavaScript
- Homepage: www.rnotifier.com
- Size: 102 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rnotifier
Exceptions, Events, Alerts, Benchmarks catcher libraray for Rnotifier.com.
NOTE: Under development.
## Usage
```javascript
Rnotifier.app_id = "445310b14f435dd7e038";
//Send event
Rnotifer.event('order', {product_id: '1', price: 10} )
```