HipsterJesus / API docs

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 plugin!

Example via jQuery:
        $.getJSON('http://hipsterjesus.com/api/', function(data) {
            $('#content').html( data.text );
        });
    
working...
2012 ian van ness