Skip to content

Instantly share code, notes, and snippets.

@devn
Created August 1, 2010 03:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save devn/502905 to your computer and use it in GitHub Desktop.
Save devn/502905 to your computer and use it in GitHub Desktop.
(ns jobmux.core
(:require [clojure.xml :as xml]
[clojure.zip :as zip]
[clojure.contrib.zip-filter.xml :as zf]))
(def craigslist (xml/parse "http://madison.craigslist.org/sof/index.rss"))
(def ruby-jobs (xml/parse "http://feeds.feedburner.com/jobsrubynow?format=xml"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment