[] (https://travis-ci.org/matthin/biased) [] (http://badge.fury.io/rb/biased) [] (https://coveralls.io/r/matthin/biased) [] (https://inch-ci.org/github/matthin/biased/branch/master)
To run from the command line, use: biased example.com
require "biased"
puts Biased::Client.new("huffingtonpost.com").has_bias
Requirements:
- Ruby v2.0+
- Bundler (
gem install bundler
)
To setup all the required gems, just run bundle install
.
You may need to also run rbenv rehash
if you're using
rbenv.
To run tests, use: rake spec