🎮 Steam is a cloud-based gaming library. One of its most popular features is the ability for users to customize there profiles . Every Steam user has a level, with higher levels granting bonuses like extra slots on your friends list and higher drop rates for booster card packs. This web application can help the user to know how much is the cost/badges to get to his wanted level.
- Takes user input (steam username - wanted level) and calculate the cost of rank up
- Calls the steam api from the backend to avoid the CROS error
Steam max level cap is 5099 now so anything above that would not get calculated .
- Source Control: GitHub
- Hosting: This application is deployed on Heroku. Please check it out Here
If you want to clone the project make sure to change the Steam_API_Key on the index.js and i recommend using dotenv before deploying your project so you dont share your api key publicly.
ReactJs
Node/Express
Steam API Documentation
REST Countries API Documentation
Problem to fix : website is not runing perfectly on mozilla firefox (FIXED)
- VacCheck
- will add steam accounts vac/game/trade ban status
https://api.steampowered.com/ISteamUser/GetPlayerBans/v1/?key={API_Key}&steamids={id64}
- will add steam accounts vac/game/trade ban status
- Full rework
- Features
- Added user country and flag
- Fixes
- Max allowed wanted level as 5099
- if level wanted is inferior to current level then replace wanted level with (current level + 1)
- Features
- Steam user data from the steam api (Name,Level,XP)
- Calcuate the difference on xp betwen current and wanted xp
- Deployment on https://astro-s.herokuapp.com/