rafaelrinaldi / porreta

:+1: Get funny words in Brazilian Portuguese

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

porreta

Build Status Dependencies Status

Get funny words in Brazilian Portuguese.

Inspired by superb

⚠️ "porreta" is a word commonly used on the northeast of Brazil to indicate something that is awesome.

Currently 191 words available.

Install

$ npm install porreta --save

Usage

var porreta = require('porreta');

porreta(); // pamonha
porreta(); // cangote

porreta.words; // ['alpendre', 'arapuca', 'araraquara', ...]

API

porreta()

Type: string

Random funny word.

porreta.words

Type: array

All the words.

License

MIT © Rafael Rinaldi

About

:+1: Get funny words in Brazilian Portuguese

License:MIT License


Languages

Language:JavaScript 73.1%Language:Shell 26.9%