Feature | Status | Description |
---|---|---|
Torn API Login | ✅ | Secure login with your custom Torn API key |
Revive Statistics | ✅ | Track total revives, success rates & trends |
Revives Table | ✅ | Complete revive history with search & filters |
Excel Export | ✅ | Download filtered data as Excel spreadsheet |
Success Calculator | ✅ | Predict revive success based on skills & target |
Cost Breakdown | ✅ | Compare energy source costs (hospital/nurse/etc.) |
Clone the repo
# Clone the repo
git clone https://github.com/blacksmithop/TRA.git
cd TRA
Build the image
make build
Run the app
make run
Visit http://localhost:3000
Shutdown with
make down