Skip to content
This repository has been archived by the owner on Jul 12, 2020. It is now read-only.

Metastasis/omniauth_headhunter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#OmniAuth 1.2 HeadHunter (OAuth 2) strategy

This gem is designed to work with OmniAuth 1.2 library against hh.ru

How to include in your Gemfile

gem 'omniauth-headhunter'

And then execute:

$ bundle

Or install it yourself as:

$ gem install omniauth-headhunter

Basic Usage

use OmniAuth::Builder do
  provider :headhunter, ENV['HEADHUNTER_KEY'], ENV['HEADHUNTER_SECRET']
end

##Author

Metastasis [email protected]

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages