An open API service indexing awesome lists of open source software.

https://github.com/blahah/lorem-ipsum-dom

Returns a div containing the full 4500 words of Lorem Ipsum, in paragraphs
https://github.com/blahah/lorem-ipsum-dom

Last synced: 5 months ago
JSON representation

Returns a div containing the full 4500 words of Lorem Ipsum, in paragraphs

Awesome Lists containing this project

README

          

---


lorem-ipsum-dom


For when you want a lot of content to quickly attach to the DOM










---

## Install

```
npm install --save lorem-ipsum-dom
```

## Usage

``` js
var loremipsum = require('lorem-ipsum-dom')

document.body.appendChild(loremipsum())
```

## License

To the extent possible by law, we transfer any rights we have in this code to the public domain. Specifically, we do so using the [CC0 1.0 Universal Public Domain Dedication](https://creativecommons.org/publicdomain/zero/1.0/).

You can do whatever you want with this code. No need to credit us, link to us, include any license, or anything else. But if you want to do those things, you're free to do that too.