Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.

georgedrummond/github-jobs

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Gem Version Build Status Dependency Status

github-jobs

For your ruby apps that need to consume the Github jobs api...

Installation

Add this line to your application's Gemfile:

gem 'github-jobs'

Usage

Search for jobs by term, location, full time vs part time, or any combination of the three. All parameters are optional.

Parameter Description
description A search term, such as "ruby" or "java". This parameter is aliased to search
location A city name, zip code, or other location search term
lat A specific latitude. If used, you must also send long and must not send location
long A specific longitude. If used, you must also send lat and must not send location
full_time If you want to limit results to full time positions set this parameter to 'true'
search A query string
markdown Set to 'true' to get the description and how_to_apply fields as Markdown

Below are some code examples

Github::Jobs.positions

Github::Jobs.positions(search: 'ruby', location: 'london', markdown: true)

Github::Jobs.positions.first.title

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Copyright

© Copyright George Drummond 2014 - MIT License

About

Github Jobs API rubygem wrapper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages