Giter Site home page Giter Site logo

marty-mcgee / jsapplicationtimer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from edouardkombo/jsapplicationtimer

0.0 0.0 0.0 164 KB

Javascript application timer helps you reset your application at specific time if no action on a salector has been done by user.

HTML 10.90% JavaScript 89.10%

jsapplicationtimer's Introduction

Js Application Timer

Javascript application timer helps you reset your application at specific time if no action on a salector has been done by user. This application has been built in native Javascript

  1. How to install

bower install js-application-timer
  1. How to use it?

//Instantiate the object
var applicationTimer = new jsApplicationTimer();

//Set parameters
applicationTimer.callBackMethod = stopTimer;
applicationTimer.timer  = 5; //Time in seconds
applicationTimer.start();

//Callback method
function stopTimer() {
    alert('Hello world!');
}
  1. Live Demonstration

http://edouardkombo.github.io/jsApplicationTimer/demo/

Contributing

If you do contribute, please make sure it conforms to the PSR coding standard. The easiest way to contribute is to work on a checkout of the repository, or your own fork, rather than an installed version.

Want to learn more? Visit my blog http://creativcoders.wordpress.com

Issues

Bug reports and feature requests can be submitted on the Github issues tracker.

For further informations, contact me directly at [email protected].

jsapplicationtimer's People

Contributors

edouardkombo avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.