Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/delphinus/p5-webservice-pastefire
https://github.com/delphinus/p5-webservice-pastefire
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/delphinus/p5-webservice-pastefire
- Owner: delphinus
- Created: 2012-09-08T02:59:47.000Z (about 12 years ago)
- Default Branch: develop
- Last Pushed: 2012-09-08T04:09:31.000Z (about 12 years ago)
- Last Synced: 2024-04-16T22:29:55.603Z (7 months ago)
- Language: Perl
- Size: 113 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
NAME
WebService::Pastefire - module for using Pastefire.comSYNOPSIS
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 YasushiSEE ALSO
Pastefire app › HomeLICENSE
This library is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.