Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pennlabs/expander
- Owner: pennlabs
- License: mit
- Created: 2018-11-04T16:49:15.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-16T01:33:23.000Z (over 1 year ago)
- Last Synced: 2024-04-08T16:04:41.487Z (7 months ago)
- Topics: flask, python, university-of-pennsylvania
- Language: TypeScript
- Size: 278 KB
- Stars: 2
- Watchers: 12
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.