Skip to content
forked from Mistydz/Astro

Calculate how much XP/Sets/Cost needed to get your wanted steam level.

License

Notifications You must be signed in to change notification settings

RageCarry/Astro

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steam Astro

🎮 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.

Features

  • 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 .

Demo

  • 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.

demo

Technologies & Tools

Front End

ReactJs

Back End

Node/Express

API's Used

Steam API Documentation

REST Countries API Documentation

Releases

Problem to fix : website is not runing perfectly on mozilla firefox (FIXED)

Version 1.2 (in progress)

Version 1.1

  • 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)

Version 1.0

  • 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/

About

Calculate how much XP/Sets/Cost needed to get your wanted steam level.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 70.5%
  • CSS 27.9%
  • HTML 1.6%