README
Pomodoro timer for Nodejs
To start a 25 minute timer:
$ pomogo
Or you can start a custom timer by setting the duration in minutes (-m):
$ pomogo -m=30
Pomodoro timer for NodeJS
<script type="module">
import pomogo from 'https://cdn.skypack.dev/pomogo';
</script>
To start a 25 minute timer:
$ pomogo
Or you can start a custom timer by setting the duration in minutes (-m):
$ pomogo -m=30