LOGO

Metaphorpsum

Click above to generate a random paragraph

Scroll down to continue reading for more information on usage

Nowhere is it disputed that a jestful oxygen without lemonades is truly a desk of rotund hydrofoils. The flagging robert reveals itself as a contused transport to those who look. Before collars, pillows were only hovercrafts. What we don't know for sure is whether or not we can assume that any instance of a bird can be construed as a fearless grandfather.

Options

Give me paragraph(s)
containing sentence(s)
wrap them in <p> tags.

Huh? Numbers please. Above 0.

API Usage

Or just grab a few sentences by hitting

lorem.casjay.coffee/sentences/<numberOfSentences>

Add a URL parameter p=true to get each paragraph in <p> tags

lorem.casjay.coffee/paragraphs/3?p=true

Using Windows with powershell? Try this in the command line:

pwsh -Command Invoke-RestMethod -Uri https://lorem-casjay.coffee/paragraphs/2 -Method Get

Using OS X or Linux? Try this in the command line:

curl -q -LSs http://lorem.casjay.coffee/sentences/3

And here’s a nifty MacOS bash script that copies metaphorpsum straight to your clipboard

function lorem() { curl -q -LSs http://lorem.casjay.coffee/sentences/${@:-5} | pbcopy ;}

And here’s a nifty Linux bash script that copies metaphorpsum straight to your clipboard

function lorem() { curl -q -LSs http://lorem.casjay.coffee/sentences/${@:-5} | xclip -selection clipboard ;}

usage: lorem 10








Built by Kyle Stetz and Modified by Jason Hempstead
Get the source code on GitHub.

Copyright © 2020-2024 Jason Hempstead, Casjays Developments