Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/noblesamurai/node-array-rotator
- Owner: noblesamurai
- License: other
- Created: 2014-12-10T05:18:45.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-10T05:19:49.000Z (about 10 years ago)
- Last Synced: 2023-03-11T05:29:48.239Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 97.7 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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');
```