first commit

This commit is contained in:
mikx
2025-06-28 15:38:37 -04:00
commit 9e08b88d81
22 changed files with 2910 additions and 0 deletions

15
README.md Normal file
View File

@@ -0,0 +1,15 @@
## PoEco.Net
Path of Exile Economy Backend developped in C#.
## Features
- Generate a database of Bases and Classes from PoB lua files.
- Generate up to date currency economy value.
- Price specialized tabs.
- Price identified rare in a tab using PoEPrices.Info API.
- Use MySQL (­­­­­>=5.7.42) for storing the data.
- Can be used on Linux using Mono. (>=6.8.0)
## Credtis
- poe.ninja
- Path of Building
- GGG for his amazing PoE API