/ruby-opensourceapi

Ruby API Bindings to the OSI License API

Primary LanguageRubyMIT LicenseMIT

ruby-opensourceapi

ruby-opensourceapi is an API Wrapper that allows you to query the Open Source License API with Ruby.

Example

require "opensource"

licenses = OpenSource::Licenses.tagged :permissive
licenses.each do |license|
  puts license.name
end

Installing

gem install opensourceapi