🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

indeed

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

indeed

0.1.2
Rubygems
Version published
Maintainers
1
Created
Source

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.total #indeed returns number of results
Indeed.get('f8abbe5539f14420', '4fb26405a44d7eb8')

FAQs

Package last updated on 09 Sep 2011

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts