Skip to content
This repository has been archived by the owner on Nov 6, 2021. It is now read-only.

stackmash/stackmash-javascript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript library for Stackmash

Stackmash - User monitoring notifications and logs. Stackmash gives you real-time notifications for any activity on your website or app, such as user sign-ups, payments, orders, errors, contact requests and more.

Install

Import the following script into your project before the closing body tag:

<script src="https://cdn.stackmash.com/1.1.0/stackmash.min.js" integrity="sha384-sAGVDHR6USKTbmw+5PJHYsAaY1pRoFuO4XZqB0tvbWo/aL06WNwQspUCkdrYV+Jr" crossorigin="anonymous"></script><script>var stackmash = new Stackmash('YOUR_PUBLIC_KEY');</script>

Start using Stackmash

You can then call an action anywhere in your code by using:

stackmash.action('general', 'You have a new notification', {'Hello': 'Stackmash!'});

Documentation

Documentation For support, email support@stackmash.com or visit https://stackmash.com/support.

Releases

No releases published

Packages

No packages published