A Rails engine for monitoring geospatial web services.
How to use my plugin.
Add this line to your application's Gemfile:
gem 'geo_monitor'
And then execute:
bundle
Or install it yourself as:
gem install geo_monitor
Set up the internal test app using engine_cart
:
rake engine_cart:generate
Run the test suite, including RuboCop style checks:
rake ci
The gem is available as open source under the terms of the Apache License 2.0.