0.0.8 • Published 8 years ago

@gilbert2017/simple-timer v0.0.8

Weekly downloads
8
License
MIT
Repository
github
Last release
8 years ago

#Simple Timer simple-timer is a basic, easy-to-use timer for your projects.

#Installation

Install your timer via npm

npm install -g @gilbert2017/simple-timer

or you can also call the timer in a script tag:

<script src="https://cdn.rawgit.com/GilTorch/simple-timer/master/simple-timer-client/js/index_production.js"></script>

#Example After installation, you can then call your timer like so:

var timer=new Timer();
timer.setMiliseconds(5000);
timer.start();
var ouput=document.getElementById("timer-output");//output can be a paragraph htmlelement
timer.setVue(ouput);

#License MIT

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago