0.0.2 • Published 9 years ago

yrs-countdown v0.0.2

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

yrs-countdown

npm Build Status

Unofficial NPM module for Young Rewired State!

npm install yrs-countdown
var yrs = require("yrs-countdown");

console.log("How long until Young Rewired State 2015?");
console.log("Seconds: " + yrs().seconds);
console.log("Minutes: " + yrs().minutes);
console.log("Hours: " + yrs().hours);
console.log("Days: " + yrs().days);