This morning I built a mobile RSSmeme using the RSSmeme API. It is only 50 lines of templates and code in order to generate this page. It is simply a mobile representation of the RSSmeme front page. See how easy it is to work with the API?
Here’s the code:
import urllib2
from django.core.cache import cache
from django.shortcuts import [...]
