I am currently wanting to develop a webpage that displays my achievements in Stack Exchange.
Just the basic info... Badges earned, and reputation.
I am a beginner in Javascript. I reviewed the Javascript SDK briefly but cannot seem to get past the intro. Apparently, to access the information I need to have an access token to load the '/me' urls.
Here's a link to the api : https://api.stackexchange.com/docs/js-lib
Am I taking the right approach to this? All I need to load is the reputation and badges earned. And reload these values everytime the page is refreshed.