Skip to content

Display messages and pictures from party guests on a projector screen

License

Notifications You must be signed in to change notification settings

scheb/party-projector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scheb/party-projector

Display messages and pictures from party guests on a projector screen.

Except for the message ticker the screen is transparent, so you can run videos/animations in the background.

Related Android app: scheb/party-projector-app

Web API

The applications runs a web server (default port 8080, can be configured in settings.ini), which provides a simple API for sending content to the projector.

The following examples assume that the web server is running on localhost:8080

Messages

Send a POST request to: http://localhost:8080/message

Post body must contain a field "message" with the message text to be displayed on the screen.

Pictures

Send a POST request to: http://localhost:8080/picture

The multipart post body must contain file in the "picture" field, which is intended to be an image (JPG/PNG).

About

Display messages and pictures from party guests on a projector screen

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages