https://github.com/softprops/meow
a scala growl client that purs
https://github.com/softprops/meow
Last synced: 8 months ago
JSON representation
a scala growl client that purs
- Host: GitHub
- URL: https://github.com/softprops/meow
- Owner: softprops
- License: mit
- Created: 2010-02-05T05:23:47.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2013-06-11T03:52:51.000Z (about 13 years ago)
- Last Synced: 2024-05-09T09:41:32.496Z (about 2 years ago)
- Language: Scala
- Homepage:
- Size: 119 KB
- Stars: 11
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# meow
A Scala [growl](http://growl.info/) client that purrrrs
## play with kittens
import meow._
Growl title("Rowr") message("grrrr") image("/path/to/lion.png") meow
## play with the neighbor's kittens
import meow._
Growl title("Rowr") message("grrrr") udp() host(ip) password("shhh") meow
## install
resolvers += "less is" at "http://repo.lessis.me"
libraryDependencies += "me.lessis" %% "meow" % "0.1.1"
2010-2011 Doug Tangren (softprops)