cilki / gameframe.online

GameFrame is a gaming analytics website created for CS373
http://gameframe.online
Apache License 2.0
5 stars 1 forks source link

Steam player data is incorrect #66

Closed therealsamf closed 6 years ago

therealsamf commented 6 years ago

Currently we're using steam id's to list the number of players per game. We need to make an API request to correctly assess this

therealsamf commented 6 years ago

The API request for this is locked down in the browser because of CORS. So we're going to move this into the database and request the resources just like we do for the rest of our models' attributes

cilki commented 6 years ago

This should be ready to fix now that steam_players is in the database.