Skip to content

Displays some details for a steam app or a whole wishlist

License

Notifications You must be signed in to change notification settings

dodaucy/steam-details

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steam Details

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.

Disclaimer

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.

Showcase

You can hover over almost anything to see more details.

Steam Details Showcase Image

Steam Details Showcase GIF

Installation

git clone https://github.com/dodaucy/steam-details.git
cd steam-details

pdm install --production  # https://pdm-project.org/latest/#installation

Usage

pdm start

Development

Install dependencies

pdm install --dev

Show lint errors

Run this command before committing.

pdm lint