A RESTful wrapper for the XKCD API.
The XKCD team provides access to their excellent comics via a simple JSON interface. This interface does not supprt CORS, which means that SPAs written in languages like JavaScript are typically unable to interact with the interface.
The purpose of this API is to provide a proxy to the XKCD interface with proper CORS support.