Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evmar/onscreen
image cycler for wall displays
https://github.com/evmar/onscreen
Last synced: 28 days 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 (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-11-04T00:09:05.000Z (about 14 years ago)
- Last Synced: 2024-04-14T22:17:14.312Z (8 months ago)
- Language: Python
- Homepage:
- Size: 180 KB
- Stars: 2
- Watchers: 3
- 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