This is a tiny electron app that displays full screen and then quits after a timeout.
We use it at UoN to randomise the route for our afternoon walk.
We run it at 3pm via a cron job on a Raspberry Pi connected to a big TV on the wall. <3
You may find it useful for randomly running a full screen electron app with a timeout.
We thought it would be funny.
It's electron, so you can run it as follows:
- Download a built release for your OS from Releases
- Build or run from source:
- Have npm 5+
- Clone the repo
- Choose a way to build or run:
- Build a release for your OS
- We use
electron-builderto build releases, so you can too! - It's a local dev dependency, so
npm install - electron-builder
- We use
- Run it from a global electron install
electron ./src
- Run it with development dependencies:
npm installnpm start
- Build a release for your OS
Use your favourite scheduled task runner.
On Linux we do the following:
crontab -e- add cron task e.g.
00 15 * * * export DISPLAY=:0 && /opt/walkies/walkies
- Have npm 5+
- Clone the repo
npm installnpm test
All source code herein is licensed under the MIT license, as per LICENSE.
- Comic Sans Neue Bold
- This font is licensed under an SIL Open Font License
- The following files are included with this distribution as required by the license:
- See
SIL-License.txtfor details - See
OFL-FAQ.txtfor Frequently Asked Questions - See
FONTLOG.txtfor detailed information on the Comic Neue Font Software
- See