1.0.0 • Published 5 years ago

french-wordlist v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

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