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

https://github.com/sbdchd/python-url-shortener

:fried_shrimp: A simple python url shortener.
https://github.com/sbdchd/python-url-shortener

flask python url-shortener

Last synced: 30 days ago
JSON representation

:fried_shrimp: A simple python url shortener.

Awesome Lists containing this project

README

          

# Python URL Shortener [![Build Status](https://travis-ci.org/sbdchd/python-url-shortener.svg?branch=master)](https://travis-ci.org/sbdchd/python-url-shortener)

An implementation of a URL shortener in python using [Flask](http://flask.pocoo.org)

##TODO
- [ ] switch from sqlite to postgresql
- [x] add travis
- [ ] setup procfile