An open API service indexing awesome lists of open source software.

https://github.com/railsware/indeed

Indeed.com integration plugin
https://github.com/railsware/indeed

Last synced: 9 months ago
JSON representation

Indeed.com integration plugin

Awesome Lists containing this project

README

          

h1. Indeed integration plugin

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

h3. Requirements

The following gems are required:

* yajl-ruby
* rake

h3. Installation

gem install indeed

h3. 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')