/exilence-next

Desktop application that helps you calculate how valuable your Path of Exile items are

Primary LanguageTypeScript

Exilence Next Become a Patreon

Exilence Next is a desktop application that helps you calculate how valuable your character, inventory and stash tabs are. The data is broken down and summarized over time, to see how much you earn on an hourly basis. To add to this, you can also group up with friends directly within the app to see your combined net worth.

The app is a successor to our old application named Exilence, previously known as ExileParty.

Preview image

Contents

Download

Download the latest release at https://github.com/viktorgullmark/exilence-next/releases/latest

Platform

Currently runs with:

  • Electron 10.1.5
  • React 17.0.1
  • mobx 6.0.1
  • .NET Core 3.1
  • npm 7.x

Contributing with development

Before submitting a PR, please see our contributing guidelines.

Run the following to get started with the client:

if (npm < 7.x) npm install
if (npm >=7.x) npm install --legacy-peer-deps (flag needed temporarily)
npm start (to serve the project)
npm run release (optional, to build the installer for production)

Contact us

Communicate with us at our Discord https://discord.gg/yxuBrPY

Report bugs at https://github.com/viktorgullmark/exilence-next/issues

Supporting us

If you feel like chiming in with something, here's our Patreon: https://www.patreon.com/exilence

Acknowledgements

  • https://poe.ninja for providing a great API, which lets us calculate net worth of players

License

This work is licensed under the Creative Commons Attribution-NonCommercial 3.0 Unported License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc/3.0/ or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.