This project is designed to provide a dynamic display of a user's Steam gaming status for their GitHub personal profile. It allows others to see what games the user has been playing recently.
/
?theme=dark
Note
This will take approximately 5 minutes to set up.
- Yes, this step is required.
- STEAM_ID
- STEAM_API_KEY
- Remember to add environment variables(STEAM_ID and STEAM_API_KEY)
<div align="center">
<a href="https://github.com/KinhoLeung/Steam-Readme">
<picture>
<source media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)" srcset="https://steam-readme.vercel.app?theme=light" />
<source media="(prefers-color-scheme: dark)" srcset="https://steam-readme.vercel.app?theme=dark" />
<img alt="Current Spotify Song" src="https://steam-readme.vercel.app?theme=light" />
</picture>
</a>
</div>
This project is inspired by the Spotify-Readme, if you want to do secondary development, you can check the steam web api at this URL.