Project

biased

0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Provides the parent organization of any website, if possible.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 10.4
~> 3.3

Runtime

 Project Readme

Biased

[Build Status] (https://travis-ci.org/matthin/biased) [Gem Version] (http://badge.fury.io/rb/biased) [Coverage Status] (https://coveralls.io/r/matthin/biased) [Inch Status] (https://inch-ci.org/github/matthin/biased/branch/master)

Usage

To run from the command line, use: biased example.com

Code Example

require "biased"

puts Biased::Client.new("huffingtonpost.com").has_bias

Contributors

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