Skip to content

teebeeonline/groovywebconsole

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Source code of the Groovy Web Console hosted on Google App Engine
http://groovyconsole.appspot.com

To embed one script in your site, just drop the content below where you want to embed it.

<script>
	gc_id = 1; //the script id you want to embed, you can get this in its url
	gc_width = 300; //The iframe's width
	gc_height = 100;  //The iframe's height
</script>
<script language="javascript" src="http://groovyconsole.appspot.com/js/embed.js"></script>

About

Groovy Web Console on Google App Engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 74.5%
  • Groovy 12.4%
  • CSS 8.9%
  • HTML 4.2%