This is a basic node app you can run from your terminal
It will open a tab in your browser and play a video to remind you to stand and walk around periodically. You can set which video and the period of time between brakes
Clone this repo in your computer and cd into node-breaktime directory
run 'npm install' on your terminal to install the dependencies
(change the video or the time you want between breaks)
run 'npm start' to start the app. By default it will open your browser in breaks of 1 hour.
Ctrl+C to finish the app