10000 GitHub - mguterl/job_central
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mguterl/job_central

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 © 2009 Michael Guterl. See LICENSE for details.

About

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

0