Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.18 KB

README.md

File metadata and controls

37 lines (23 loc) · 1.18 KB

CitadelDB API

Build Status Code Climate Test Coverage

The backend API for CitadelDB, a database of citadels in Eve Online.

CitadelDB API records active citadels in Eve Online and provides an API to respond with citadel data

Installation

CitadelDB is a Sinatra app and uses ruby version 2.2.5

1. bundle install
2. rake db:create db:migrate db:seed
3. rake db:test:prepare
4. rake db:seed RACK_ENV=test

To listen to zKillboards listen service:

rake fetch:listen

To pull past killmails from zkillboard:

rake fetch:pull

Contributing

Open a pull request and include relevant rspec tests.

Credits

Eve Online

zKillboard

License

MIT License