/pedal-stopwatch

A simple stopwatch with laps designed to be used with a USB pedal.

Primary LanguageVueGNU General Public License v3.0GPL-3.0

pedal-stopwatch

Live at http://stopwatch.dreaminglanguages.com.

A simple stopwatch tool with lap support. Designed to be used with a USB pedal, but can be used also normally or with keyboard shortcuts.

If your pedal generates a key press other than 'x', you can change the key in the file src/components/stopwatch.vue:

<button v-shortkey.once="['x']" @shortkey="newLap()" v-on:click="newLap()" :disabled="!running">Lap (X)</button>

Vue-ShortKey is used for the keyboard shortcuts. Check their README for more options.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build