Skip to content

damoon/jProwlAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JProwlAPI

Improvements

With this library you can send messages to Prowl (ProwlCLient) and notify my android (NmaClient).

Examples

ProwlClient

ProwlClient client = new ProwlClient("prowlApikey", "applicationName");

Notify my android

NmaClient client = new NmaClient("nmaApikey", "applicationName");

send Message (both)

Event eventMessage = new Event("eventName", "messageText");
client.pushEvent(eventMessage);

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages