Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/noblesamurai/node-array-rotator

Rotate between array elemnts based on time of day
https://github.com/noblesamurai/node-array-rotator

Last synced: about 1 month ago
JSON representation

Rotate between array elemnts based on time of day

Awesome Lists containing this project

README

        

# array-rotator

Rotate between array elemnts based on time of day.

[![build status](https://secure.travis-ci.org/timothyleslieallen/array-rotator.png)](http://travis-ci.org/timothyleslieallen/array-rotator)

## Installation

This module is installed via npm:

``` bash
$ npm install array-rotator
```

## Example Usage

``` js
var arrayRotator = require('array-rotator');
```