Skip to content

NPM package for keeping track of time using a stopwatch

Notifications You must be signed in to change notification settings

KirillMcQ/stopwatch-timer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Stopwatch-timer

npm i stopwatch-timer

Keep track of time.

const stopwatch = require("stopwatch");
stopwatch.start();
stopwatch.stop();

let time = stopwatch.getTime();

The time variable is now an integer with the time(seconds) elapsed since the stopwatch was started.

About

NPM package for keeping track of time using a stopwatch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published