A third-party interface into public rankings data published by U.S. News and World Report.
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
Feel free to make client-side requests to the raw JSON or CSV data (e.g. _____________). Thanks to GitHub for hosting.
top_law_schools = UsNewsRankings::RankingsList.new(year: 2017, list: "education/graduate-schools/law")
#> [{}, {}, {}]