I’m trying to use external api and display its results (after json parsing) on my page, how to achive this? Maybe someone has working examples?
Edit:
For example, I would like to create page simple list of user repos using this api: http://developer.github.com/v3/repos/ (GET /users/:user/repos)
Here is a base level example that pulls from the flick API and inserts into the DOM. http://jsfiddle.net/sgliser/tgzJC/2/