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
- Host: GitHub
- URL: https://github.com/born2snipe/snarl4j
- Owner: born2snipe
- Created: 2011-08-20T16:20:32.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-08-20T16:21:53.000Z (almost 15 years ago)
- Last Synced: 2025-02-17T12:45:33.098Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 102 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
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();