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

https://github.com/jetthoughts/oauth2-me-ruby

The ruby client for oauth2.me service.
https://github.com/jetthoughts/oauth2-me-ruby

Last synced: about 1 year ago
JSON representation

The ruby client for oauth2.me service.

Awesome Lists containing this project

README

          

# OAuth2Me

OAuth2Me is a ruby client for the [oauth2.me](http://oauth2.me/) service.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'oauth2-me', github: 'jetthoughts/oauth2-me-ruby'
```

And then execute:

```
$ bundle
```

## Usage

### Omniauth

The work is still in progress.

## Contributing

1. Fork it ( https://github.com/jetthoughts/oauth2-me-ruby/fork )
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 a new Pull Request