Skip to content

Commit

Permalink
readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
celsopitta committed Apr 28, 2013
1 parent eb714dc commit 91cdcf3
Showing 1 changed file with 43 additions and 2 deletions.
45 changes: 43 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,40 @@ It uses [rails](http://github.com/rails/rails/), [devise](http://github.com/plat
and [omniauth](http://github.com/intridea/omniauth) gems. OAuth2
strategy is build on top of [abstract OAuth2 strategy for OmniAuth](https://github.com/intridea/omniauth-oauth2)

## About BTCJam API
## About the BTCJam API

For more information about the API check [here](https://btcjam.com/api),
this project is hosted [on GitHub](https://github.com/btcjam/btcjam-client).
this project is hosted [here](https://github.com/btcjam/btcjam-client).

The user info returned currently is:

info['alias']
info['country']
info['positive_count_reputation']
info['negative_count_reputation]
info['positive_percentage_reputation']
info['can_borrow']
info['can_trade']
info['btcjam_score']
info['bitcointalk_account_verified']
info['address_verified']
info['identity_verified']
info['phone_verified']
info['facebook_connected']
info['facebook_friend_count']
info['linkedin_connected']
info['ebay_connected']
info['ebay_account_date']
info['ebay_feedback_score']
info['paypal_verified_account_connected']
info['paypal_account_date']
info['repaid_loans_count']
info['repaid_loans_amount']
info['late_loans_count']
info['open_credit_lines_count']
info['open_credit_lines_amount']
info['made_late_payments_count']
info['balance']

## Installation & Configuration

Expand Down Expand Up @@ -42,5 +72,16 @@ Now you are ready to start the app
rails s


## License

Copyright (c) 2013 by Ovo Cósmico

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.




0 comments on commit 91cdcf3

Please sign in to comment.