Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 400 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 400 Bytes

Expander

CircleCI

Basic URL expander written as a Flask app.

To use:

  1. Set a PLATFORM_URL environment variable that contains the base URL running Shortener (Do not include a trailing slash in the URL).
  2. Run python main.py to run the app.