I'm trying to create an NPM module to get steam game versions from the appID.
Currently, I can get the game info with https://store.steampowered.com/api/appdetails?appids=730 (730 is CSGO appID)
How do I get the current game version?
This is so I can check if an update I available.