This project is a simple web app that calculates the total worth of a Steam user's inventory.
It uses the steamwebapi.com to fetch the prices of each item and fetch the Inventory. Its a Free Steam Api Service that provides the prices of each item in the Steam Community Market.
https://www.csbackpack.net [From Forked Repo (not related with us)]
https://inventory.steamwebapi.com [From Original Repo]
Just go to www.steamwebapi.com and use the API for free.
If you want to contribute to this project, just fork it and make a pull request.
First, run the development server:
npm run dev
If you dont have an API KEY you will become this error, be careful that a API KEY is exists in .env
Open http://localhost:3000 with your browser to see the result.
This Project use Vercel Edge Functions, that means that the API KEY is not visible in the Frontend. And you need to add the .env variables to the Vercel Project on vercel.com.