Skip to content

uttaravadina/blockdiag_interactive_shell

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • Works like blockdiag web editor

  • Simple WSGI Apps (using Flask)

  • Hosted on Google Appengine

  • Limitations:

    • All diagram sources are saved as URL parameter, not any databases
    • Could not render large diagram (it raises URL length overflow)

Author: @tk0miya <i.tkomiya at gmail.com>

How to run locally (for debugging)

$ git clone https://github.com/blockdiag/blockdiag_interactive_shell
$ cd blockdiag_interactive_shell
$ python bootstrap.py
$ bin/buildout
$ bin/dev_appserver app

And then, access http://localhost:8080/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 52.4%
  • Python 24.6%
  • HTML 22.1%
  • Other 0.9%