Steam Status Badge is a project that allows you to share your Steam status and the game you are currently playing by simply using an <img>
tag within any HTML-readable space.
This makes it easy to display your Steam activity on README.md file within your github profile, websites, blogs, forums, and more. 🌐
If you want to share your love for gaming with the world, Steam Status Badge is the way to go! ❤️🎮
Add a img tag with your steam id as a query parameter:
<img src="https://steam-badge.vercel.app/api/steam-badge.svg?steamId=<your_steam_id>" alt="Steam Status Badge" />
Using Steam Id is absolutely safe. Anybody can check someone's steam id, if the steam profile is public.
To find your Steam Id is simple, just navigate to your profile and in the url section you will see a numerical url parameter, this is your Steam Id
First, run the development server:
npm install
npm run dev
npm run build