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

https://github.com/matthewbdaly/snippetr

A snippet-sharing application written with Django
https://github.com/matthewbdaly/snippetr

Last synced: 3 months ago
JSON representation

A snippet-sharing application written with Django

Awesome Lists containing this project

README

        

Snippetr
========

[![Build Status](https://travis-ci.org/matthewbdaly/snippetr.svg?branch=master)](https://travis-ci.org/matthewbdaly/snippetr)
[![Coverage Status](https://coveralls.io/repos/matthewbdaly/snippetr/badge.png?branch=master)](https://coveralls.io/r/matthewbdaly/snippetr?branch=master)

A simple code-snippet application built with Django. Use fenced code blocks to denote the start and end of snippets and the language in question.

Uses `python-social-auth` to facilitate easy login using third-party services. I've implemented it with Github, but Twitter or other services should be straightforward enough. Also supports comments using the `django_comments` module.

[Demo](https://snippetr-demo.herokuapp.com/)