Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atmos/scroauth
github oauth routines to simplify deployments from it
https://github.com/atmos/scroauth
Last synced: 3 months ago
JSON representation
github oauth routines to simplify deployments from it
- Host: GitHub
- URL: https://github.com/atmos/scroauth
- Owner: atmos
- License: mit
- Created: 2010-06-04T03:19:29.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-08-03T21:42:31.000Z (over 14 years ago)
- Last Synced: 2024-08-08T19:37:24.647Z (5 months ago)
- Language: Ruby
- Homepage:
- Size: 106 KB
- Stars: 13
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
scroauth
=========Simplify shipping configuration via [github oauth]
Developing
==========
% gem install bundler
% bundle install
% cp spec/config.rb.example spec/config.rb
... modify variables so you can really test it yourself
% bundle exec rakeUsing the Library
=================
require 'scro/auth'include Scro::Auth
user = User.new('atmos', '76c2f7a2181236921fcc2185109661f9d69ad894')
repos = user.watched_repos[github oauth]: http://gist.github.com/419219