Skip to content

Instantly share code, notes, and snippets.

@Dispader
Last active June 30, 2016 02:57
Show Gist options
  • Save Dispader/931d60b4b9c18721e718888771069f11 to your computer and use it in GitHub Desktop.
Save Dispader/931d60b4b9c18721e718888771069f11 to your computer and use it in GitHub Desktop.
Chuck Norris database query — pretty edition
:load https://git.io/v2N1I
:register GrabCommand
:grab 'org.apache.commons:commons-lang3:3.4'
import org.apache.commons.lang3.StringEscapeUtils
slurper = new groovy.json.JsonSlurper()
println "\n${StringEscapeUtils.unescapeHtml4(slurper.parse( new URL('http://api.icndb.com/jokes/random') ).value.joke)}\n"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment