Displays some details for a steam app or a whole wishlist.
Written to be used in the european union and tested in germany. If should be easy to modify this project to work in other countries if necessary.
This project is NOT affiliated with Steam. It is only for educational purposes.
Do not host this on a public server. This project is not safe for public use.
You can hover over almost anything to see more details.
git clone https://github.com/dodaucy/steam-details.git
cd steam-details
pdm install --production # https://pdm-project.org/latest/#installation
pdm start
pdm install --dev
Run this command before committing.
pdm lint