An open API service indexing awesome lists of open source software.

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!

Awesome Lists containing this project

README

        

# yrs-countdown

[![npm](https://img.shields.io/npm/v/yrs-countdown.svg)](https://www.npmjs.com/package/yrs-countdown) [![Build Status](https://travis-ci.org/montyanderson/yrs-countdown.svg)](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);
```