Skip to content

Spring Boot App demonstrating the use of Pushover notifications.

Notifications You must be signed in to change notification settings

ksbrwsk/pushover-notification-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pushover-notification-demo

Spring Boot App demonstrating the use of Pushover notifications.

Prerequisites:

How to build and run

Provide your Pushover API token and user key in the application properties located under

./src/main/resources/application.yml
pushover:
  apiToken: <YOUR PUSHOVER API TOKEN>
  userId: <YOUR PUSHOVER ID>
  priority: NORMAL
  title: Message
  url: URL
  titleForUrl: Title
  sound: magic

Type

mvn package
mvn spring-boot:run

to build and run the application on your local environment.

Type

curl http://localhost:8080/greeting/NAME

to send a simple Pushover notification.

About

Spring Boot App demonstrating the use of Pushover notifications.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages