Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 227 Bytes

File metadata and controls

7 lines (4 loc) · 227 Bytes

Electron Timer

A simple electron timer that counts down the number of seconds input on the command line.

Install with npm install

Run with electron . [secs] where [secs] is the number of seconds to count down from.