From 1a21420d9a63db171c7406d0c1aefdcc6513f4d0 Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Thu, 28 Jun 2012 18:07:40 -0400 Subject: api: new example --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index d0cf4240..17784763 100644 --- a/index.html +++ b/index.html @@ -120,9 +120,9 @@

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://jsonp.jit.su/?url=http%3A%2F%2Fbootswatch.com%2Fapi%2Fthemes.json

+

CORS and JSONP are supported. Send your request to http://jsonp.jit.su/?url=http://bootswatch.com/api/themes.json

Demo

-

A simple example, using mustache.js for templating.

+

A simple example, using mustache.js for templating.

Thanks to Aidan Feldman for his JSONP proxy.