Plagiarism::Client

Short description and motivation.

Usage

How to use my plugin.

Installation

Add this line to your application's Gemfile:

gem 'plagiarism-client'

And then execute:

$ bundle

Or install it yourself as:

$ gem install plagiarism-client

Configuration

# config/initializers/plagiarism.rb
Plagiarism::Client.configure do |client|
  client.endpoint = ENV['PLAGIARISM_API_ENDPOINT']
  client.token    = ENV['PLAGIARISM_API_KEY']
  client.secret   = ENV['PLAGIARISM_API_SECRET']
end

Contributing

Contribution directions go here.

License

The gem is available as open source under the terms of the MIT License.