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
- Host: GitHub
- URL: https://github.com/rsify/simple-words
- Owner: rsify
- Created: 2017-05-01T11:36:12.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-24T15:50:02.000Z (over 8 years ago)
- Last Synced: 2025-04-17T23:15:52.413Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# simple-words [](https://www.npmjs.com/package/simple-words)
npm module containing 700+ words longer of length 3-7.
[](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