french-wordlist

List of French words

Usage no npm install needed!

<script type="module">
  import frenchWordlist from 'https://cdn.skypack.dev/french-wordlist';
</script>

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