MetaNexus

Build Status Code Climate Test Coverage Dependency Status

TODO list

Installation

Add this line to your application's Gemfile:

gem 'meta_nexus'

And then execute:

$ bundle

Or install it yourself as:

$ gem install meta_nexus

Usage

Configure gem:

MetaNexus.config do |c|
  c.region = 'us'
  c.locale = 'en_US'
  c.api_key = 'your_key'
end

Default value for region is eu, for locale - en_GB. Api key can be stored in environment variable ENV['BNET_API_KEY'].

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/Freika/meta_nexus.

License

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