https://github.com/evmar/onscreen
image cycler for wall displays
https://github.com/evmar/onscreen
Last synced: 9 months ago
JSON representation
image cycler for wall displays
- Host: GitHub
- URL: https://github.com/evmar/onscreen
- Owner: evmar
- License: other
- Created: 2010-08-27T20:39:33.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2010-11-04T00:09:05.000Z (over 15 years ago)
- Last Synced: 2025-03-18T13:51:30.647Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 180 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
README
onscreen
========
This is a simple app that cycles through images uploaded by users.
We use it to display images of interest on a screen in our office.
Usage is as follows:
1. Find an image or movie that warrants your officemates' attention.
2. Submit image to app.
3. Shout "ON SCREEN", chanelling your best captain Picard.
directories
-----------
* `appengine/` -- contains the app engine app.
* `client/` -- contains a (not yet finished) native desktop client.
* `extension/` -- contains a (not yet finished) Chrome extension.
todo
----
* when server accepts a url, decide whether it's an image or not for embed
* server-side image resizing
* chrome extension needs to POST and needs server support
* python uploader needs to POST