https://github.com/westonplatter/lending_club-ruby
Access the Lending Club API with Ruby
https://github.com/westonplatter/lending_club-ruby
Last synced: about 2 months ago
JSON representation
Access the Lending Club API with Ruby
- Host: GitHub
- URL: https://github.com/westonplatter/lending_club-ruby
- Owner: westonplatter
- License: bsd-3-clause
- Created: 2014-11-01T23:45:01.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-02T02:28:18.000Z (over 10 years ago)
- Last Synced: 2024-04-14T20:10:43.003Z (about 1 year ago)
- Language: Ruby
- Size: 137 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
LendingClub
===========## Installation
Add this line to your application's Gemfile:
gem 'lending_club-ruby', :git => "https://github.com/westonplatter/lending_club-ruby.git"
And then execute:
$ bundle
## Usage
... more to come later