Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ohanhi/lorem
- Owner: ohanhi
- License: bsd-3-clause
- Created: 2017-05-09T11:20:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-21T06:38:18.000Z (over 6 years ago)
- Last Synced: 2024-09-29T08:05:02.217Z (3 months ago)
- Topics: elm, lorem, lorem-ipsum
- Language: Elm
- Size: 6.84 KB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
```