# rainbow-gen

> A function that create an array of hex colors based on the rainbow :D

Latest version **2.0.0** (published 2016-12-31) · GPL-3.0 license · 0 weekly downloads

## Install

```sh
npm install rainbow-gen
pnpm add rainbow-gen
yarn add rainbow-gen
bun add rainbow-gen
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.0.0 |
| Published | 2016-12-31 |
| First published | 2016-10-11 |
| Weekly downloads | 0 |
| License | GPL-3.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 4 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | T.C. Enders |
| Maintainers | ravenhelm |
| Keywords | Rainbow, JavaScript |

## Links

- npm: https://www.npmjs.com/package/rainbow-gen
- Repository: https://github.com/RaVenHelm/rainbow-gen
- Homepage: https://github.com/RaVenHelm/rainbow-gen#readme
- Issues: https://github.com/RaVenHelm/rainbow-gen/issues
- npm.io page: https://npm.io/package/rainbow-gen

## Dependencies (4)

- [chai](https://npm.io/package/chai.md) ^3.5.0
- [ramda](https://npm.io/package/ramda.md) ^0.23.0
- [left-pad](https://npm.io/package/left-pad.md) ^1.1.3
- [babel-polyfill](https://npm.io/package/babel-polyfill.md) ^6.16.0

## Recent versions

- 2.0.0 (latest) — 2016-12-31
- 1.1.1 — 2016-12-30
- 1.1.0 — 2016-12-30
- 1.0.3 — 2016-12-30
- 1.0.2 — 2016-10-11
- 1.0.1 — 2016-10-11
- 1.0.0 — 2016-10-11

## README

# rainbow-gen
JavaScript library for creating :rainbow: s! Uses node/commonjs modules. Works on a server or browser. Oh happy day! :two_men_holding_hands: :penguin: :tada: :tada:

## Usage
```javascript
// Using ES5
var rainbowGen = require('rainbow-gen').generateRainbow;

// Using ES6 modules (using Babel)
import rainbowGen from 'rainbow-gen';

const rainbow = rainbowGen(); // defaults to typical ROYGBIV style rainbow
```

---
_Source: https://npm.io/package/rainbow-gen · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
