data-creative / us-news-rankings-ruby

WIP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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")
#> [{}, {}, {}]

About

WIP

License:MIT License


Languages

Language:HTML 97.5%Language:Ruby 2.4%Language:Shell 0.0%