french-wordlist

1.0.0 • Public • Published

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

Dependents (0)

Package Sidebar

Install

npm i french-wordlist

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

3.9 MB

Total Files

5

Last publish

Collaborators

  • mcas4150