I'm making a website for rust (video game) where you can gamble items. Anyways, I'm wondering of someone can help me out with my issue: I'm trying to find some sort of API? maybe where the user can login via steam, and I'd have their info to use on the website. Examples: - Their Profile picture - Their inventory data? (inv items visible) - Their account name etc.
I've seen something in PHP for this that'd probably work, only issue is I'd have to make the site as php and not a .html file (not sure how to change this with angular as I'm new.) Steam API wrapper (php) reference
Anyways, is there a way I can do this with JS or something better perhaps? Thank you!