Skip to content

Instantly share code, notes, and snippets.

@JustinTulloss
Created March 9, 2009 10:00
Show Gist options
  • Select an option

  • Save JustinTulloss/76198 to your computer and use it in GitHub Desktop.

Select an option

Save JustinTulloss/76198 to your computer and use it in GitHub Desktop.
(GET "/:twitter-name"
(page "Your Flock"
(html [:h1 "Welcome " (route :twitter-name)]
(map twitter-status
(read-json-string (let [[status headers body]
(http-get *twitter-url*)] body))))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment