Skip to content

broadwaylab/dice-ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dice-ruby

A gem for working with the Dice json API.

Installation

gem install dice-ruby

Example

Initialize the client. All parameters are optional.

client = Dice::Client.new(text: 'contract ruby', area_code: '90210', country: 'usa', state: 'ca', skill: 'ruby', city: 'los angeles', page: 2)

Typical usage will look something like this:

client = Dice::Client.new(text: 'front end developer', skill: 'javascript')
client.search.each do |result| 
  puts "#{result.url} #{result.title} #{result.company} #{result.location} #{result.date}"
end

Are you a freelancer?

We built this to help find the best jobs on the market quickly. Check out Broadway Leads for more details.

Copyright

Copyright (c) 2016 Broadway Lab, Inc. See LICENSE for details.

About

Ruby gem for working with the dice.com json API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages