mguterl / job_central
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
Michael Guterl (author)
Tue Sep 15 12:54:20 -0700 2009
| name | age | message | |
|---|---|---|---|
| |
.document | ||
| |
.gitignore | ||
| |
LICENSE | ||
| |
README.rdoc | ||
| |
Rakefile | ||
| |
VERSION.yml | ||
| |
job_central.gemspec | ||
| |
lib/ | ||
| |
spec/ |
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.

