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

Dependencies (0)

    Dev Dependencies (2)

    Package Sidebar

    Install

    npm i stopwatchjs

    Weekly Downloads

    133

    Version

    0.1.1

    License

    none

    Last publish

    Collaborators

    • guillaumebiton