endpoint: http://hipsterjesus.com/api/
parameters:
paras = [1 - 99] (default 4)
type = ['hipster-latin', 'hipster-centric'] (default 'hipster-latin')
html = ['false', 'true'] ( default 'true') - strips html from output, replaces p tags with newlines
Super special thanks to
hipsteripsum.me (hi jason!)
Seth Lilly created a fabulous
Hipster Ipsum for Coda (versions 1 and 2!) plugin!
And if Coda isn't quite retro enough to be hip for ya,
Daniel Shannon hand-made a
Hipster Ipsum plugin for Sublime Text 2.
Example via jQuery:
$.getJSON('http://hipsterjesus.com/api/', function(data) {
$('#content').html( data.text );
});