word-list-fa

0.2.0 • Public • Published

word-list-fa Build Status

List of some Persian words

Useful if you're creating a word game or just want some Farsi words to work with.

Used by:

Install

$ npm install --save word-list-fa

Usage

var fs = require('fs');
 
// returns the path to the word list which is separated by `\n`
var wordListPath = require('word-list-fa');
 
var wordArray = fs.readFileSync(wordListPath, 'utf8').split('\n');
//=> [..., 'آبان', 'رفیق', ...]

License

MIT © Sindre Sorhus and Mo Valipour

/word-list-fa/

    Package Sidebar

    Install

    npm i word-list-fa

    Weekly Downloads

    0

    Version

    0.2.0

    License

    MIT

    Last publish

    Collaborators

    • valipour