A web app to view any public user's Steam library and download their games list as a CSV file.
- View list of games with details such as name, icon, playtime and game's Steam store page.
- View user information exposed by the Steam API such as Last Logged Off time, Avatar and date of account creation.
- Download a CSV file containing the list of games with details.
- Next.js
- Tailwind CSS
- Vercel (Deployment)
- Clone the repository
- Add your Steam API key to a .env file in the root directory as 'STEAM_KEY'
- Run
npm install
to install dependencies - Run
npm run dev
to start the development server