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

https://github.com/born2snipe/snarl4j

Java API to interact with Snarl
https://github.com/born2snipe/snarl4j

Last synced: about 1 year ago
JSON representation

Java API to interact with Snarl

Awesome Lists containing this project

README

          

== What is it?
A simple api to interact with Snarl with Java using their network protocol.

== Example Usage
Snarl4j snarl4j = new Snarl4j("build-complete");
snarl4j.register();
snarl4j.addClass("build_complete");
snarl4j.notification("build_complete", "Build Complete", "All tests passed", 10);
snarl4j.unregister();