Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 477 Bytes

File metadata and controls

35 lines (20 loc) · 477 Bytes

Rupology

Repology API v1 client library.

Installation

Add this line to your application's Gemfile:

gem 'rupology'

And then execute:

$ bundle

Or install it yourself as:

$ gem install rupology

Usage

require 'rupology/client'

client = Rupology::Client.new

result = client.project('ruby')

p result[0]['name'] # 'ruby2.5'

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/fd00/rupology.