# molonode

> Moloflollo text generator official node.js module

Latest version **2.0.1** (published 2014-10-23) · MIT license · 0 weekly downloads

## Install

```sh
npm install molonode
pnpm add molonode
yarn add molonode
bun add molonode
```

## 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 | 2.0.1 |
| Published | 2014-10-23 |
| First published | 2014-10-20 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 (+2 in 1 direct dependencies) |
| Install scripts | no |
| Author | Juan Manuel Cabello |
| Maintainers | kerunaru |

## Links

- npm: https://www.npmjs.com/package/molonode
- Repository: http://www.github.com/kerunaru/molonode
- npm.io page: https://npm.io/package/molonode

## Dependencies (1)

- [request](https://npm.io/package/request.md) ~2.45.0

## Recent versions

- 2.0.1 (latest) — 2014-10-23
- 2.0.0 — 2014-10-23
- 1.1.0 — 2014-10-20
- 1.0.0 — 2014-10-20

## README

#Molonode

[Moloflollo text generator](http://www.moloflollo.com) official node.js module.

A simple and comfortable way to put sample text on your app's prototypes!

> v2.0.1

## Usage

This code:

```javascript
var molonode = require("molonode");

molonode.getWords(5, function(error, res) {
  if (error) {
    throw error
  }

  console.log(res)
})
```

Will output something like this:

```
[ 'sabola', 'nafozesharfa', 'viojopomi', 'zacaopu', 'madihere' ]
```

## Methods

Molonode has three methods:

- `getWords(number, [callback])`
- `getSentences(number, [callback])`
- `getParagraphs(number, [callback])`

All these three methods return an array with the numbers of
words/sentences/paragraphs requested.

That easy!

It has another special method:

- `getText(string, callback)`

The `string` parameter can be one of these values:

- html
- json
- plain

## Thanks

Give a hug to my pal [@eth0](https://github.com/ethernet-zero) for doing that funny piece
of software that [moloflollo.com](http://www.moloflollo.com) is! :3

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