Persian ipsum web application
Go to file
2015-06-20 16:15:57 -04:00
ipsum Add new words 2015-05-21 09:19:29 +04:30
.gitignore package.json gitignoe 2015-06-20 16:01:14 -04:00
design.json Randomize Stretch 2014-09-06 20:04:49 +04:30
economy.json Add new words 2015-05-21 09:19:29 +04:30
general.json Refactor 2014-09-06 19:38:42 +04:30
geographic.json Add new words 2015-05-21 09:19:29 +04:30
history.json Add new words 2015-05-21 09:19:29 +04:30
ipsum.js client -> ipsum 2015-06-20 16:15:57 -04:00
LICENSE Initial commit 2014-09-06 19:39:40 +04:30
news.json News Words 2014-09-08 13:32:37 +04:30
package.json package.json gitignoe 2015-06-20 16:01:14 -04:00
README.md Update README; 2014-09-09 15:39:40 +04:30
sanitary.json Add new words 2015-05-21 09:19:29 +04:30
social.json Add new words 2015-05-21 09:19:29 +04:30
sporty.json Add new words 2015-05-21 09:19:29 +04:30

IPSUM.IR

The code powering ipsum.ir, a categorized ipsum generator with REST API for those who care.

REST API

The grammer of our API is as follows:

 http://ipsum.ir/:category/:unit/:amount

Categories

Available categories: news, design and normal

We're planning to add more categories soon, feel free to add a category!

Units

Currently, units are paragraph as p, word as w and character as c. Please note, character doesn't include spaces.

Examples:

http://ipsum.ir/design/p/2
http://ipsum.ir/normal/c/250
http://ipsum.ir/design/w/10

Contributing

Our dictionaries are simply an array of words, if you have a bunch of words (+35) in a category, you can add it yourself or contact me mahdi@dibaiee.ir and I'll add them.

Any contribution is appreciated, new ideas, bug reports, etc.