Skip to content

data-creative/us-news-rankings-ruby

Repository files navigation

US News Rankings

A third-party interface into public rankings data published by U.S. News and World Report.

Build Status

Installation

Add this line to your application's Gemfile:

gem 'us_news_rankings'

And then execute:

$ bundle

Or install it yourself as:

$ gem install us_news_rankings

Usage

Client-side

Feel free to make client-side requests to the raw JSON or CSV data (e.g. _____________). Thanks to GitHub for hosting.

Server-side

top_law_schools = UsNewsRankings::RankingsList.new(year: 2017, list: "education/graduate-schools/law")
#> [{}, {}, {}]

Releases

No releases published

Packages

No packages published