Travis Build Status Maintainability Test Coverage Gem Version

PlagScan

Ruby wrapper for PlagScan plagiarism API

Installation

Add this line to your application's Gemfile:

gem 'plagscan'

And then execute:

$ bundle install

Or install it yourself as:

$ gem install plagscan

Development

For details of the PlagScan API see documentation at https://api.plagscan.com/v3docs/

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/Studiosity/plagscan-ruby.

Note that spec tests are appreciated to minimise regressions. Before submitting a PR, please ensure that:

$ rspec

and

$ rubocop

both succeed

License

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