berkmancenter/classifurlr

Name: classifurlr

Owner: Berkman Klein Center for Internet & Society

Description: Given request & response data, attempts to determine likelihood that page is available vs. down or blocked.

Created: 2016-05-11 15:07:08.0

Updated: 2016-11-12 18:26:59.0

Pushed: 2016-11-16 16:21:51.0

Homepage: null

Size: 82

Language: Ruby

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

classifurlr

Given request and response data, classifurlr attempts to determine likelihood that page is available vs. down or blocked.

You can read the full API specification on our wiki: Classification API

ruby version

ruby: 2.2.4

rails: 4.2.3

system dependencies
configuration
$ bundle install
$ cp config/database.yml.example config/database.yml (and edit)
$ cp config/secrets.yml.example config/secrets.yml (and edit)
$ rake db:setup
how to run the test suite
$ rake db:setup RAILS_ENV=test
$ bin/rspec spec

Written with StackEdit.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.