Skip to content

pennlabs/expander

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.