Skip to content

Instantly share code, notes, and snippets.

@flokli
Last active August 29, 2015 14:17
Show Gist options
  • Save flokli/12165b60b749dc3e0788 to your computer and use it in GitHub Desktop.
Save flokli/12165b60b749dc3e0788 to your computer and use it in GitHub Desktop.
Download all activities from runtastic as tcx
$.each(index_data,function(){
$('<iframe/>', {
src: 'https://'+app_config.domain+user.run_sessions_path+this[0]+'.tcx'
}).appendTo('body');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment