# an-array-of-portuguese-words

> An array of ~180,000 Portuguese words. Works in node and browsers.

Latest version **1.2.0** (published 2016-12-21) · MIT license · 0 weekly downloads

## Install

```sh
npm install an-array-of-portuguese-words
pnpm add an-array-of-portuguese-words
yarn add an-array-of-portuguese-words
bun add an-array-of-portuguese-words
```

Provides the commands `palavra`, `an-array-of-portuguese-words`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.2.0 |
| Published | 2016-12-21 |
| First published | 2016-12-21 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 4 |
| Author | hexapode |
| Maintainers | pld |

## Links

- npm: https://www.npmjs.com/package/an-array-of-portuguese-words
- Repository: https://github.com/hexapode/an-array-of-portuguese-words
- Homepage: https://github.com/hexapode/an-array-of-portuguese-words#readme
- Issues: https://github.com/hexapode/an-array-of-portuguese-words/issues
- npm.io page: https://npm.io/package/an-array-of-portuguese-words

## Recent versions

- 1.2.0 (latest) — 2016-12-21

## README

# an-array-of-portuguese-words

An array of ~180,00 English words derived from internet. Works with node and browserify.

Inspired / Fork from [an-array-of-english-words])https://github.com/zeke/an-array-of-english-words)

## Programmatic Usage

To use the module in Javascript code, install it locally:

```sh
npm install an-array-of-portuguese-words --save
```

Then:

```js
var words = require("an-array-of-portuguese-words")
var funWords = words.filter(function(w) { return !!w.match(/^fun/i) })
console.log(funWords)
```

## Command Line Usage

There's a CLI that prints all words to STDOUT. Install it globally:

```sh
npm i -g an-array-of-portuguese-words
palavra | grep queijo
```

---
_Source: https://npm.io/package/an-array-of-portuguese-words · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
