rating-update
rating-update copied to clipboard
New Features: export player data as CSV or add player rating visualization
Hi, I was looking to track my progress through Rating Update and noticed there wasn't any way to export my player data.
I'm a web dev and would be happy to write the feature myself and make a pull request, would there be any reservations against either a CSV exporter, or adding a visualization library to chart out player progress?
@halvnykterist Any thoughts?
That'd definitely be of interest! There's no endpoint for getting history as json (yet) but daily ratings is something that's actually available as an API endpoint already.
I didnt know there were API endpoints and I made a rating history visualizer by parsing the HTML returned by http://ratingupdate.info/player/${player}/${character}/history?offset=${offset}
. Is there a documentation for the "official" API ?
Really neat website! No documentation for the official API though, sorry.