Skip to content

cpojer/safe-word-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@nkzw/safe-word-list

This package contains a list of about 2900 of the most used safe words in English with at least three characters or more.

Installation

npm install @nkzw/safe-word-list

Usage

import words, { getRandomWord } from 'safe-word-list';

console.log(words.slice(10, 5)); // ["absolutely", "absorb", ...]

getRandomWord(); // "beautiful"

About

A word list of the most common safe English words.

Resources

License

Stars

Watchers

Forks

Packages

No packages published