This is a client-side JavaScript editor for CITE collections stored in Google Fusion Tables.
-
Get a Google Fusion Tables API key:
-
Visit the Google APIs Console (you may need to sign up and create an initial project)
-
Go to the 'Services' tab and enable the Fusion Tables API
-
Go to the 'API Access' tab and create a client ID
-
Set the redirect URI to the HTML endpoint the JavaScript will be called from
-
Set 'JavaScript origins' to the domain the JavaScript will be hosted on
-
Copy
gradle.properties-dist
togradle.properties
, adding your API key and relative capabilities URLcapabilities_url=capabilities/your-testedit-capabilities.xml google_client_id=your_id_here.apps.googleusercontent.com
-
Run
gradle build
- gradle 1.1 required to compile coffeescript to javascript