# simple-words **Repository Path**: mirrors_nolanlawson/simple-words ## Basic Information - **Project Name**: simple-words - **Description**: npm module containing 700+ words of length 3-7 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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