Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
healthgraph-api / samples / bottle / views / index.html
Size: Mime:
<html>
	<head>
		<title>Health Graph API Demo</title>
	</head>
	<body>
		<div align="center" style="width:100%;">
		<div align="center" style="width:720px;display:inline-block;">
			<h1>HealthGraph-API Demo</h1>
			<p align="left">
				<a href="https://github.com/aouyar/healthgraph-api">HealthGraph-API</a> 
				is a Python Client Library for 
				<a href="http://developer.runkeeper.com/healthgraph">Health Graph API</a>. 
				The API can be used for accessing 
				<a href="http://runkeeper.com">RunKeeper.com</a> for 
				retrieving, updating, deleting and uploading 
				Fitness Activity and Health Measurements Information.
			</p>
			<p>
			<a href="{{ rk_auth_uri }}">
				<img src="{{ rk_button_img }}" alt="RunKeeper Login Button">	
			</a>
			</p>
		</div>
		</div>
	</body>
</html>