ProtonDB is an unofficial community website that collects and displays crowdsourced data describing the compatibility of a given title with Proton, on a rating scale from "Borked" to "Platinum"
sort |
---|
releaseDate |
wilsonRating |
recentlyImproved |
playerCount |
userScore |
mostBorked |
fixWanted |
(async () => {
const options = {
sort: 'releaseDate',
};
const data = await content(options);
})();
{
"appId": "406350",
"hasLinuxBuild": false,
"peakConcurrent": 0,
"title": "KartKraft",
"context": 2022,
"contextType": "releaseYear",
"userScore": 79.7
}
// ...
(async () => {
const data = await summary((appId = '406350'));
})();
{
"bestReportedTier": "platinum",
"confidence": "moderate",
"score": 0.6,
"tier": "platinum",
"total": 13,
"trendingTier": "platinum"
}
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request
- Chris Michael (Project Leader, and Developer)
This is just a personal project created for study / demonstration purpose and to simplify my working life, it may or may not be a good fit for your project(s).
Please ⭐ this repository if you like it or this project helped you!
Feel free to open issues or submit pull-requests to help me improving my work.
Chris Michael
Copyright ©2022 Protondb.