tryton-vanmeer / ProtonDB-for-Steam

Shows ratings from protondb.com on Steam
GNU General Public License v3.0
168 stars 3 forks source link

[Enhancement] Add a div with addtional information in the game page #30

Closed qequ closed 3 years ago

qequ commented 3 years ago

Hey I just was thinking about make a firefox extension showing the protondb rating of games and found your project, that it's just great! Besides listing the trending proton rate I was thinking add a div on the right column of the steam game page, just like the steamdb extension does, to show;

I'm not sure if there are endpoints to get information for ratings, I've only found this unofficial protondb api that it's not quite complete. Let me know what you think about adding those features.

Cheers!

tryton-vanmeer commented 3 years ago

The goal of my extension is to keep it simple, so this is a feature I won't add.

But I'm happy if you want to use mine as a base for your own.

The unofficial protondb api pulls from the uploaded protondb dump, so the data will likely always be about a month out of date. But it seems like the best way to do this since it is the full raw data, so you could parse out things like proton versions used.

I'm gonna close this issue, but feel free to keep the discussion going if you have any questions.