Skip to content

Push notification to Boxcar for iPhone/iPad/Mac

Notifications You must be signed in to change notification settings

ctcusick/boxcar-growl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

boxcar-growl - Push notification to Boxcar for iPhone/iPad/Mac

Copyright(C) Sharl Morlaroll <[email protected]>

* License - Perl/Artistic

* Installation

1. Join Boxcar (http://boxcar.io/)
2. Install Boxcar to device
3. Add Boxcar service "Growl"

4. Write to ~/.netrc

machine boxcar.io
	login           EmailAddress
	password        Password

5. Let's try!

	$ boxcar-growl test "push to boxcar by boxcar-growl"
	$ echo foo bar | boxcar-growl qux
	$ boxcar-growl "from stdin"
	foo bar
	^D

	$ boxcar-growl sharl "puppet icon notification test." --icon http://sharl.hauN.org/puppet.png
	$ BOXCAR_GROWL_ICON=http://sharl.hauN.org/puppet.png boxcar-growl sharl "This is default icon setting."

	Standard icon size is 57x57.

About

Push notification to Boxcar for iPhone/iPad/Mac

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Perl 100.0%