No commit activity in last 3 years
No release in over 3 years
gives a fake credit ranking
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.9
~> 10.0
= 3.4.0

Runtime

= 1.1.2
 Project Readme

GatorjuiceCreditRating

Finally! A tool for entering three pieces of information and getting arbitrary data back in order to make incredibly important decisions

Ruby Requirements

This gem requires ruby version 2.2.0

Installation

Add this line to your application's Gemfile:

gem 'gatorjuice_credit_rating'

And then execute:

$ bundle

Or install it yourself as:

$ gem install gatorjuice_credit_rating

Usage

Make sure you setup an environment variable called API_TOKEN with your unique token.

inquiry = GatorjuiceCreditRating::Assessment.inquiry(age: 40, income: 25000, zipcode: 60626)

inquiry.propensity => 0.23445

inquiry.ranking => "B"

Development

After checking out the repo, run bin/setup to install dependencies. Then, run bin/console for an interactive prompt that will allow you to experiment.

To install this gem onto your local machine, run bundle exec rake install. To release a new version, update the version number in version.rb, and then run bundle exec rake release to create a git tag for the version, push git commits and tags, and push the .gem file to rubygems.org.

Running Unit Tests

after cloning this repo, cd into the gem's folder and run 'bundle exec rspec'