This version is not yet stable!
Focus on your plat!
Ever had the issue that you don't know which relic reward to pick? How much is it worth? Are people buying it? Never again!
This software gives you a possibility to automatically view your reward's current statistics and helps you decide what to pick.
TODO: Describe closer, what it does
TODO: Make electron build, and deploy on github releases, easy install..
This software should be compatible with any Operating System, but was only tested on Windows 10 yet, if you do have an other OS this software does not work, please file an issue.
This section is for those who wish to develop, tweak test or build this project locally.
You will need Node.js, npm, node-gyp and possibly a corresponding C++ compiler for your Operation System.
git clone git@github.com:whatever
cd warframe-rewards-evaluator
npm install
npm run build
npm start
You can also use this command as a dev convenience, it builds and starts the app.
npm run restart