This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// SleepyTime | |
// when to set your alarm if you go to bed now | |
// wake up in between REM cycles to feel rested | |
// | |
const REM_CYCLE_LENGTH = 90 | |
let widget = new ListWidget() | |
buildWidget() | |
// for debugging, allows script to run in app |