WFCD / warframe-rewards-evaluator

Never worry about picking the right relic reward again, get fresh item ratings with ease! 💸😎
7 stars 3 forks source link

Warframe Relic Rewards Evaluator

Warframe Relic Rewards Evaluator

Supported by the Warframe Community Developers Discord

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

Installation

TODO: Make electron build, and deploy on github releases, easy install..

Testing

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.

Development

This section is for those who wish to develop, tweak test or build this project locally.

Local Installation

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

Build

npm run build

Test on local Electron client

npm start

You can also use this command as a dev convenience, it builds and starts the app.


npm run restart