Boxcar - Simple push notification sender for Boxcar 2
use Boxcar qw(broadcast notify);
$res = Boxcar->broadcast($app_id,
$access_key,
$secret_key,
timeout => $timeout,
expires => time + 3600,
tags => ['@all'],
badge => $badge,
message => $message,
sound => $sound);
$res = Boxcar->notify($token,
timeout => $timeout,
title => $title,
message => $message,
sound => $sound,
source => $source);
Boxcar is the simple push notification sender for Boxcar 2 (http://boxcar.io/).
See http://boxcar.io/developer.
- $app_id
- $access_key
- $secret_key
- timeout
- expires
- tags
- badge
- message
- sound
- $token
- timeout
- title
- message
- sound
- source
Copyright (C) Sharl Morlaroll.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Sharl Morlaroll sharl@hauN.org