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

https://github.com/rsify/simple-words

npm module containing 700+ words of length 3-7
https://github.com/rsify/simple-words

Last synced: about 1 year ago
JSON representation

npm module containing 700+ words of length 3-7

Awesome Lists containing this project

README

          

# simple-words [![npm](https://img.shields.io/npm/v/simple-words.svg)](https://www.npmjs.com/package/simple-words)

npm module containing 700+ words longer of length 3-7.

[![travis](https://travis-ci.org/nikersify/simple-words.svg?branch=master)](https://travis-ci.org/nikersify/simple-words)

# usage

```javascript
const words = require('simple-words')

words.one()
// "voice"

words.pick(5)
// [ "cold", "toe", "key", "secret", "some" ]

words.all
// [ "able", "about", ... , "you", "young" ]
```

# install

`npm install --save simple-words`

# license

MIT