https://github.com/scheb/party-projector
Display messages and pictures from party guests on a projector screen
https://github.com/scheb/party-projector
javafx-application party-activities party-apps party-projector
Last synced: 3 months ago
JSON representation
Display messages and pictures from party guests on a projector screen
- Host: GitHub
- URL: https://github.com/scheb/party-projector
- Owner: scheb
- License: mit
- Created: 2015-12-18T15:42:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-23T21:28:56.000Z (almost 9 years ago)
- Last Synced: 2025-01-18T07:11:40.597Z (5 months ago)
- Topics: javafx-application, party-activities, party-apps, party-projector
- Language: Java
- Homepage:
- Size: 145 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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](https://github.com/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).