Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/delphinus/p5-webservice-pastefire


https://github.com/delphinus/p5-webservice-pastefire

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

        

NAME
WebService::Pastefire - module for using Pastefire.com

SYNOPSIS
use WebService::Pastefire;
my $pf = WebService::Pastefire->new(
username => 'someuser',
password => 'somepass',
);
$pf->paste('PASTE ME!');

DESCRIPTION
"WebService::Pastefire" is for using Pastefire.com - can send text to
your iOS devices.

To specify you and your devices, you need username (= email address) &
password. You must install Pastefire App to your devices and set the
same username / password.

See Pastefire app › Home for detail setting.

METHODS
* new()

Constructor. "username" & "password" are mandatory.

* paste()

Set text you want paste to a parameter.

AUTHOR
JINNOUCHI Yasushi

SEE ALSO
Pastefire app › Home

LICENSE
This library is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.