Skip to content

Instantly share code, notes, and snippets.

View caseorganic's full-sized avatar
💭
✨✨✨✨✨

Case caseorganic

💭
✨✨✨✨✨
View GitHub Profile
@caseorganic
caseorganic / fuel.py
Created October 24, 2012 23:50 — forked from NorthIsUp/fuel.py
Reverse engineering of the nike fuel api to get your fuel
# blog post explaining all of this coming soon.
import requests
from pprint import pprint
try:
import simplejson as json
except ImportError:
import json
<html>
<head>
<script src='http://code.jquery.com/jquery-1.4.2.min.js'></script>
<script src='http://jquery-flickr.googlecode.com/files/jquery.flickr-1.0-min.js'></script>
<script src='http://desandro.com/demo/masonry/js/jquery.masonry.js'></script>
<script src='http://plugins.jquery.com/files/jquery.md5.js.txt'></script>
<script src='http://github.com/xaviershay/jquery-enumerable/raw/master/jquery.enumerable.js'></script>
<link rel="stylesheet" type="text/css" href="http://desandro.com/demo/masonry/css/masonry-example.css" media="screen" charset="utf-8" />
<script>