GithubHelp home page GithubHelp logo

rickmeasham / woofjs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from stevekrouse/woofjs

0.0 2.0 0.0 85.55 MB

Learnable JavaScript

Home Page: http://woofjs.com

License: MIT License

HTML 76.69% JavaScript 23.31%

woofjs's People

Contributors

anshumanv avatar ganes1410 avatar gmarraro avatar joebeachjoebeach avatar jwass91 avatar madduccino avatar nicolekelner avatar renestl avatar sallymatson avatar stevekrouse avatar

Watchers

 avatar  avatar

woofjs's Issues

Method to access Epoch seconds

The current second command returns a value between 0 and 59 - the number of seconds since the start of the last minute. This doesn't let you calculate the elapsed time between two events.

Add a new epochSeconds command that returns the number of whole seconds since 1 Jan 1970

Countdown feature

A more advanced version of after, the timer can be paused, reset, or extended.

var countdown = new Countdown( 30, 'seconds', () => {
    /* Do this when the countdown finishes */
} )

countdown.pause()

countdown.resume()

if( countdown.inProgress() ){
    /* do something if countdown is running */
}

countdown.restart()

countdown.cancel()

countdown.remainingSeconds()

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.