public
Description:
Homepage: http://xmlfeed.jobcentral.com/index.asp
Clone URL: git://github.com/mguterl/job_central.git
name age message
file .document Sun Apr 12 10:30:54 -0700 2009 Initial commit to job_central. [mguterl]
file .gitignore Sun Apr 12 10:30:54 -0700 2009 Initial commit to job_central. [mguterl]
file LICENSE Sun Apr 12 10:30:54 -0700 2009 Initial commit to job_central. [mguterl]
file README.rdoc Sun Apr 12 17:17:57 -0700 2009 added brief synopsis [mguterl]
file Rakefile Mon Jun 08 07:06:08 -0700 2009 fixed nokogiri gem dependencies [mguterl]
file VERSION.yml Tue Sep 15 12:54:05 -0700 2009 Version bump to 1.3.1 [mguterl]
file job_central.gemspec Tue Sep 15 12:54:20 -0700 2009 added gemspec for 1.3.1 [mguterl]
directory lib/ Loading commit data...
directory spec/ Tue Sep 15 12:41:29 -0700 2009 added Job#country and rules for parsing differe... [mguterl]
README.rdoc

job_central

Ruby library for fetching employers and their respective jobs from JobCentral.

Synopsis

require ‘job_central’ employers = JobCentral::Employer.all employer = employers.first job = employer.jobs.first

employer.name # => "1105 Media, Inc." job.title # => "New Products Writer" job.industries # => ["Media / Publishing"]

Requirements

  • nokogiri

Copyright

Copyright © 2009 Michael Guterl. See LICENSE for details.