Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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} )

```