Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/robertkrimen/gist-it

An AppEngine app to embed files from a github repository like a gist
https://github.com/robertkrimen/gist-it

Last synced: about 2 months ago
JSON representation

An AppEngine app to embed files from a github repository like a gist

Awesome Lists containing this project

README

        

# gist-it

An AppEngine app to embed files from a github repository like a gist

http://github.com/robertkrimen/gist-it

### Try it

You can try it at [gist-it.appspot.com](http://gist-it.appspot.com)

### Usage

Launch a working example with:

dev_appserver.py .

The gisting handler is located at ```app.py/dispatch_gist_it```

Associated the handler with a path is pretty easy, for example:

wsgi_application = webapp.WSGIApplication( [
( r'(.*)', dispatch_gist_it ),
], debug=True )

### Testing

To run python unit2 tests:

make test

To run perl tests (against a running server):

make t

### Author

Robert Krimen ([email protected])

* http://github.com/robertkrimen
* http://search.cpan.org/~rokr/?R=D