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

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

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)