stopwatchjs

0.1.1 • Public • Published

stopwatch.js

simple javascript stopwatch (micro) library

Installation

via bower :

bower install stopwatchjs

via npm :

npm install stopwatchjs

In Browsers :

<script src="stopwatch.min.js"></script>

In Node.js :

var Stopwatch = require('Stopwatch')

Usage

methods :

  • start : start/resume stopwatch
  • stop : stop stopwatch
  • lap : remenber lap

attributes :

  • value
  • laps

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.1
    452
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.1
    452
  • 0.1.0
    3

Package Sidebar

Install

npm i stopwatchjs

Weekly Downloads

133

Version

0.1.1

License

none

Last publish

Collaborators

  • guillaumebiton