word-list-fr
v1.0.2
Published
List of french words
Maintainers
Readme
word-list-fr
Basically a copy past of word-list but the word are in french.
List come from French words.
Useful if you're creating a word game or just want some words to work with in French.
One-letter words are not included. Many common bad words are also filtered out.
Install
npm install word-list-frUsage
import fs from 'node:fs';
import wordListPath from 'word-list-fr';
const wordArray = fs.readFileSync(wordListPath, 'utf8').split('\n');
//=> […, 'abaca', 'abacule', …]Support
- sindresorhus: https://github.com/sponsors/sindresorhus
- me: https://github.com/sponsors/bouteillerAlan
