An open API service indexing awesome lists of open source software.

https://github.com/irworkshop/koch-orgs


https://github.com/irworkshop/koch-orgs

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

Koch orgs
========

A demo of a sortable, filterable table, pulling data from a Google Fusion Table.

Usage
-----

var table = new FusionTable(API_KEY, TABLE_ID);
table.fetch(function() {
table.render(el, columns);
});