From 95c275b516e2bec5108a7725c31af190b2c035cf Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Thu, 28 Jun 2012 17:39:05 -0400 Subject: API: updated link to use Nodejitsu-hosted proxy --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index f83bb821..d0cf4240 100644 --- a/index.html +++ b/index.html @@ -120,10 +120,10 @@

Properties

The swatches are housed in an array called themes, and each swatch has the following properties: name, description, preview, thumbnail, css, css-min, less, and less-variables.

Request

-

CORS and JSONP are supported. Send your request to http://simplejsonp.nodester.com/bootswatch/

+

CORS and JSONP are supported. Send your request to http://jsonp.jit.su/?url=http%3A%2F%2Fbootswatch.com%2Fapi%2Fthemes.json

Demo

-

A simple example, using mustache.js for templating.

-

Thanks to James Taylor for cors-lite.

+

A simple example, using mustache.js for templating.

+

Thanks to Aidan Feldman for his JSONP proxy.