Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SaraVieira/mother
Why use lorem when you can use random reviews from mother! ?
https://github.com/SaraVieira/mother
Last synced: 16 days ago
JSON representation
Why use lorem when you can use random reviews from mother! ?
- Host: GitHub
- URL: https://github.com/SaraVieira/mother
- Owner: SaraVieira
- License: wtfpl
- Created: 2018-01-31T10:44:00.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-31T11:07:32.000Z (almost 7 years ago)
- Last Synced: 2024-05-16T19:41:34.878Z (6 months ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/mother-exclamation-mark
- Size: 545 KB
- Stars: 26
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# mother!
[![Build Status](https://travis-ci.org/SaraVieira/mother.svg?branch=master)](https://travis-ci.org/SaraVieira/mother)> Why use lorem when you can use random reviews from mother! ?
![screenshot](image.png)
Inspired by Javi Velasco and all the Agent Conf Crew.
I cannot recommend this module though
## Install
```
$ yarn add mother-exclamation-mark
```## Usage
```js
const mother = require('mother-exclamation-mark');mother();
//=> mother review with an object containing title, content and ratingmother({ bad: true });
//=> bad mother review
```## API
### mother({options})
#### options
##### good
Type: `boolean`
Default: `false`Returns a good review for mother!
##### bad
Type: `boolean`
Default: `false`Returns a good review for mother!
## CLI
```
$ yarn global add mother-exclamation-mark
``````
$ mother-exclamation-mark --helpUsage
$ mother-exclamation-markExamples
$ mother-exclamation-mark --good
a bad review
$ mother-exclamation-mark --bad
a good review
```## License
WTFPL © [Sara Vieira](http://iamsaravieira.com)