Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/christophervoigt/jeffsum
Jeff Goldblum text placeholder generator of pure amazingness. (original by @seanehalpin)
https://github.com/christophervoigt/jeffsum
generator goldblum ipsum jeff jeff-goldblum lorem lorem-ipsum lorem-ipsum-generator
Last synced: about 6 hours ago
JSON representation
Jeff Goldblum text placeholder generator of pure amazingness. (original by @seanehalpin)
- Host: GitHub
- URL: https://github.com/christophervoigt/jeffsum
- Owner: christophervoigt
- License: mit
- Created: 2018-12-23T07:12:18.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-16T13:57:36.000Z (3 months ago)
- Last Synced: 2024-10-28T15:34:48.100Z (23 days ago)
- Topics: generator, goldblum, ipsum, jeff, jeff-goldblum, lorem, lorem-ipsum, lorem-ipsum-generator
- Language: JavaScript
- Homepage: http://jeffsum.com
- Size: 21.5 KB
- Stars: 15
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# jeffsum
Jeff Goldblum text placeholder generator of pure amazingness. (original by @seanehalpin)
[![Build Status](https://app.travis-ci.com/chlorophyllkid/jeffsum.svg?branch=master)](https://app.travis-ci.com/github/chlorophyllkid/jeffsum)
[![dependencies Status](https://david-dm.org/chlorophyllkid/jeffsum/status.svg)](https://david-dm.org/chlorophyllkid/jeffsum)
[![NPM Version](http://img.shields.io/npm/v/jeffsum.svg?style=flat)](https://www.npmjs.com/package/jeffsum)
[![NPM Downloads](https://img.shields.io/npm/dm/jeffsum.svg?style=flat)](https://npmcharts.com/compare/jeffsum?minimal=true)## Install
```
npm install jeffsum -D
```## Usage
```
import jeffsum from 'jeffsum'// jeffsum(number, textType)
const characters = jeffsum(5, 'characters');
const words = jeffsum(5, 'words');
const sentences = jeffsum(5, 'sentences');```
**number** - The amount of amazingness you want to receive. This should be a number greater than 0.
**textType** - Possible options are `'characters'`, `'words'`, `'sentences'`. (defaults to `'sentences'`)
## Licence
Original idea by [@seanehalpin](https://twitter.com/seanehalpin).
This library was written by [Christopher Voigt](https://twitter.com/chlorophyllkid)
and is licensed under [MIT](https://github.com/chlorophyllkid/jeffsum/blob/master/LICENSE).