# random-a11y-combo

> Get a random accessible color combination

Latest version **1.0.0** (published 2016-06-03) · MIT license · 0 weekly downloads

## Install

```sh
npm install random-a11y-combo
pnpm add random-a11y-combo
yarn add random-a11y-combo
bun add random-a11y-combo
```

## 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 | 1.0.0 |
| Published | 2016-06-03 |
| First published | 2016-05-27 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 3 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 52 |
| Author | John Otander |
| Maintainers | johno |

## Links

- npm: https://www.npmjs.com/package/random-a11y-combo
- Repository: https://github.com/johnotander/random-a11y-combo
- Homepage: https://github.com/johnotander/random-a11y-combo#readme
- Issues: https://github.com/johnotander/random-a11y-combo/issues
- npm.io page: https://npm.io/package/random-a11y-combo

## Dependencies (3)

- [is-present](https://npm.io/package/is-present.md) ^1.0.0
- [get-contrast](https://npm.io/package/get-contrast.md) ^2.0.0
- [random-hex-color](https://npm.io/package/random-hex-color.md) ^1.0.0

## Recent versions

- 1.0.0 (latest) — 2016-06-03
- 0.2.0 — 2016-05-27
- 0.1.0 — 2016-05-27

## README

# random-a11y-combo [![Build Status](https://secure.travis-ci.org/johnotander/random-a11y-combo.png?branch=master)](https://travis-ci.org/johnotander/random-a11y-combo) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://github.com/feross/standard)

Get a random accessible color combination

## Installation

```bash
npm install --save random-a11y-combo
```

## Usage

```javascript
const randomA11yCombo = require('random-a11y-combo')

randomA11yCombo()  // => ['#4e9d4d','#0b2352']
randomA11yCombo('#fff')  // => ['#fff','#444']
```

## License

MIT

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Crafted with <3 by John Otander ([@4lpine](https://twitter.com/4lpine)).

***

> This package was initially generated with [yeoman](http://yeoman.io) and the [p generator](https://github.com/johnotander/generator-p.git).

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