Skip to content

s1rlon/hus-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HUS-C

HUS-C is an EVE marketplace tool

Setup

Windows/Mac: RailsInstaller

Run tests

$ RAILS_ENV=test bundle exec rake db:drop db:create db:schema:load factory_girl:lint spec

Update EVE databases

Extract the SDE pack to db/eve

$ RAILS_ENV=production bundle exec rake db:migrate db:seed

Clear price cache

$ RAILS_ENV=production bundle exec rake tmp:cache:clear

Deploy

$ git pull && bundle install --without development test && RAILS_ENV=production bundle exec rake restart

Stories

  • Copy-paste blueprints and list them
  • Show material cost
  • Show sell price
  • Show profit per hour
  • Use market prices
  • Sort all blueprints by profit
  • Show materials m3 and m3 per hour
  • System-specific prices
  • Show price of the blueprint itself
  • Corporation blueprints
  • Show efficiency
  • Show active jobs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published