Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pennlabs/expander

URL Expander in Flask
https://github.com/pennlabs/expander

flask python university-of-pennsylvania

Last synced: about 6 hours ago
JSON representation

URL Expander in Flask

Awesome Lists containing this project

README

        

# Expander

[![CircleCI](https://circleci.com/gh/pennlabs/expander.svg?style=shield)](https://circleci.com/gh/pennlabs/expander)

Basic URL expander written as a Flask app.

To use:

1. Set a `PLATFORM_URL` environment variable that contains the base URL running [Shortener](https://github.com/pennlabs/shortener) (Do not include a trailing slash in the URL).
2. Run `python main.py` to run the app.