1.0.6 • Published 2 years ago

pomodoro-node v1.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

pomodoro-node

GitHub release License Code Coverage Last Commit

npm version @js-joda npm bundle size

An easy pomodoro timer that can be used in application to perform action based on pomodoro technique

Installation

#using npm
npm install pomodoro-node

#using yarn
yarn add pomodoro-node

Usage

// using require
const {PomodoroTimer} = require('pomodoro-node');

// using import
import {PomodoroTimer} from 'pomodoro-node';
1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago