Project

rupology

0.0
No release in over 3 years
Low commit activity in last 3 years
Repology API v1 client library.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 1.16
>= 10.0
>= 3.8.0
>= 0.61.1

Runtime

>= 0.15.4
 Project Readme

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.