Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

craigw/eve_online-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eve Online API

I want to play with some of the data in EVE. CCP provide an API. Yay!

This README is a little lame because this code doesn't do much yet. You can pull the SOV info and the skill tree. I'll (slowly) be working on exposing the other parts of the API, but of course, patches would be lovely.

Example use

require 'eve_online/api'

require 'logger'
logger = Logger.new STDOUT
logger.level = Logger::DEBUG

client = EveOnline::Api::Client.new :logger => logger
puts client.sovereignty.to_s
puts client.skill_tree.to_s

Licence

MIT. See LICENSE.

Authors

Craig R Webster http://barkingiguana.com/

About

Ruby interface to the EVE Online API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages