A tool to generate steam now playing card on your github plofile. Inspired by spotify-github-profile.
default | imageOnly | compact |
---|---|---|
One Shot | アンリアルライフ | In Stars and Time |
![steam-github-profile](https://steam-github-profile.vercel.app/api/status?steam_id=76561198449631702&theme=default)
- create
.env.local
file at project root and setVERCEL_DOMAIN
,STEAM_API_KEY
.VERCEL_DOMAIN
- If you are developing in a local environment, please set
http://localhost:3000
- If you are developing in a local environment, please set
STEAM_API_KEY
VERCEL_DOMAIN=http://localhost:3000
STEAM_API_KEY=xxxxx-set-your-api-key-xxxxx
- Run dev server
$ pnpm install
$ pnpm dev