1.1.10 • Published 5 years ago

audioalerts v1.1.10

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

AudioAlerts.io JS Agent

The JS agent for triggering dings, cheers, chimes, and bings from both the browser and server. Don't spend time looking at dashboard when you can be audibly notified.

You'll need a AudioAlerts.io account to use this agent. If you don't have one, why not start a free trial today?

Quick Start

  1. Signup for AudioAlerts and get your token.
  2. Add a dependency on AudioAlerts with npm install audioalerts --save
  3. Install the agent in your app. You can paste the script tags into the <head> of your HTML:
<script src="PATH_TO_AUDIOALERTS/audioalerts.js"></script>
<script>
  window.AudioAlerts && AudioAlerts.install({ accountId: 'YOUR_ACCOUNT_ID', siteId: 'YOUR_SITE_ID' });
</script>

Or you can bundle it as a module into your application.

import { AudioAlerts } from 'audioalerts';
AudioAlerts.install({ accountId: 'YOUR_ACCOUNT_ID', siteId: 'YOUR_SITE_ID' });
  1. Test it out by calling AudioAlerts.alert() somewhere in your application.
  2. You should hear an alert on AudioAlerts instantaneously.

More Information

You can find more information about how to install and configure the agent in the AudioAlerts.io Documentation. If you run into any trouble, let us know right away at support@audioalerts.io

1.1.10

5 years ago

1.1.9

5 years ago

1.1.8

5 years ago

1.1.7

5 years ago

1.1.6

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago