french-wordlist
v1.0.0
Published
List of French words
Downloads
7
Maintainers
Readme
List of French words
Install
$ npm install --save french-wordlist
Usage
const fs = require('fs');
// Returns the path to the word list which is separated by `\n`
const wordListPath = require('french-wordlist');
const wordArray = fs.readFileSync(wordListPath, 'utf8').split('\n');
//=> […, 'abandons', 'abaque', …]
License
MIT © Mike Cassidy