Hi.
I’m creating an open-source website generator for developers, for they to use as a CV/portfolio hosted on GitHub for free. The generated website contains information from their profiles on GitHub and Stackoverflow, as well as links to these profiles.
As I think Codingame is revelant, I’d like to include information about their Codingame profile, if they have one. For that I’d need a public API supporting JSONP (so I can call from the browser, the website is static) to return the user’s profile info. For Codingame, it seems interesting to list their rank and coding points.
Does that make sense? Can I do that as of now? Would you implement that?
I’d really appreciate it