All Projects → railsware → indeed

railsware / indeed

Licence: other
Indeed.com integration plugin

Programming Languages

ruby
36898 projects - #4 most used programming language

Indeed integration plugin

Simple integration plugin for Indeed.com XML feed api
https://ads.indeed.com/jobroll/xmlfeed (Require authorization)

Requirements

The following gems are required:

  • yajl-ruby
  • rake

Installation

gem install indeed

Example

require 'indeed'
Indeed.key = <publisher key>
result = Indeed.search(:q => "ruby", :l => "Boston")
result.totalResults #indeed returns number of results
Indeed.get('f8abbe5539f14420', '4fb26405a44d7eb8')
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].