Skip to content

A tiny no-frills screen reading light progressive web app based on WakeLock API.

License

Notifications You must be signed in to change notification settings

justinribeiro/readinglight-pwa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

readinglight-pwa

A tiny no-frills screen reading light progressive web app based on WakeLock API.

Why?

I read books at night to my kids. I don't want the 5MB app with ads to be able to light a book I'm trying to read.

How does it work

Pretty basic: the <input type="color"> for the color picker, <input type="range"> for the lightness of said color, some CSS custom properties that allow us to quickly use the color and lightness to set the HSL values on the background and call to requestIdleCallback to store said value in localStorage (just because).

The special sauce: Screen lock

The problem with apps like this in the past is the screen would eventually go off. Since M71, the WakeLock API has been enabled for testing purposes (see the current status on Chrome Platform Status). This ideally allows us to keep the screen from going into power saving mode and generally an off state. I've enabled this (you'll need M71 Chrome for Android) for testing.

Dev

Hop into the src folder and run the local web server of your choice. No specific tool required.

Build

I didn't really wrap this with build tooling, but I did crunch it down to 1.7K gzip'ed for fun using closure compiler and http-minifier. The rest is just some fancy Linux CLI jumping and sed (and I almost just used a make file instead ;-).

$ yarn install
$ yarn dist

FAQ

  1. Really, a screen light?

I can't read in the dark and I can never find the reading light. Build what I can't find I always say.

  1. Why didn't you use build tools/a framework/something I like.

Didn't feel the need.

About

A tiny no-frills screen reading light progressive web app based on WakeLock API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages