The Story
One day, I dreamed I had created a website for frontend developers, which is an API tool for generating lorem ipsum (a.k.a. fake words), and getting placeholder images. The dream even told me the domain of the website.
After I had woken up, I searched for the domain availability, and it is available!
So, I decided to create this website, and recorded the whole development process as a screencast, which can be found here.
How to use
Lorem Ipsum
Words
/numw
- 5 random words
- 5 random words in Array
Sentences
/nums
- 10 random sentences
- 5 random sentences in Array
Paragraphs
/nump
- 3 random paragraphs
- 3 random paragraphs in Array
Text (Fixed Length of Words)
/numt
- Random words with fixed length of 20
Image Placeholder
Images
/widthxheight.png
/widthxheight.jpg
- 300×200 PNG image
- 600×400 JPG image
Images with Custom Colors
/widthxheight.png,bgcolor,textcolor
/widthxheight.jpg,bgcolor,textcolor
- 300×200 PNG image, with blue background color and yellow text color.
- 600×400 JPG image, with black background color and white text color.
Random Pick
Random Pick
/random,values with comma
- Pick 1 random result from 1,2,3,4,5