Stories in Ready Dependency Status Build Status security

Reccore

A ruby library for Eve Central

This is currently a work in progress.

Installation

Add this line to your application's Gemfile:

gem 'reccore'

And then execute:

$ bundle

Or install it yourself as:

$ gem install reccore

Tests

RSpec.describe Reccore do
  it 'Perform a request to Eve Central and return values' do
    tritanium = Reccore::EC.new
    puts "The min sell value for tritanium is #{tritanium.get_sell_min('34')}"
  end
end

Result

The min sell value for tritanium is 5.25

License

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

EVE Online and the EVE logo are the registered trademarks of CCP hf. All rights are reserved worldwide. All other trademarks are the property of their respective owners. EVE Online, the EVE logo, EVE and all associated logos and designs are the intellectual property of CCP hf. All artwork, screenshots, characters, vehicles, storylines, world facts or other recognizable features of the intellectual property relating to these trademarks are likewise the intellectual property of CCP hf. CCP hf. has granted permission to evepaste to use EVE Online and all associated logos and designs for promotional and information purposes on its website but does not endorse, and is not in any way affiliated with, evepaste. CCP is in no way responsible for the content on or functioning of this website, nor can it be liable for any damage arising from the use of this website.