Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ohanhi/lorem

Placeholder text for your Elm apps
https://github.com/ohanhi/lorem

elm lorem lorem-ipsum

Last synced: 2 months ago
JSON representation

Placeholder text for your Elm apps

Awesome Lists containing this project

README

        

# lorem [![Build Status](https://travis-ci.org/ohanhi/lorem.svg?branch=master)](https://travis-ci.org/ohanhi/lorem)
Placeholder text for your Elm apps.

See the [module documentation](http://package.elm-lang.org/packages/ohanhi/lorem/latest/Lorem)

Here are some examples to get a quick idea:

```
Lorem.words 4

--> [ "Lorem", "ipsum", "dolor", "sit" ]
```

```
Lorem.sentence 10

--> "Lorem ipsum dolor sit amet, his viris voluptaria ut. Sea"
```