https://github.com/montyanderson/yrs-countdown
Unofficial NPM module for Young Rewired State!
https://github.com/montyanderson/yrs-countdown
Last synced: 3 months ago
JSON representation
Unofficial NPM module for Young Rewired State!
- Host: GitHub
- URL: https://github.com/montyanderson/yrs-countdown
- Owner: montyanderson
- License: mit
- Created: 2015-07-14T18:48:07.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-14T19:32:17.000Z (almost 10 years ago)
- Last Synced: 2025-02-19T02:37:05.780Z (4 months ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/yrs-countdown
- Size: 129 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yrs-countdown
[](https://www.npmjs.com/package/yrs-countdown) [](https://travis-ci.org/montyanderson/yrs-countdown)
Unofficial NPM module for Young Rewired State!
``` bash
npm install yrs-countdown
`````` javascript
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);
```