unshorten/server/README.md

14 lines
257 B
Markdown
Raw Permalink Normal View History

2024-04-14 03:33:58 +00:00
# Unshortener Resolver API
Simple FastAPI app to resolve links behind shortened URLs.
**Supported sites**:
- t.co
- tinyurl.com
## Usage
Build and run the Docker container:
```shell
make build
docker -d --name unshortener -p 8000:8000 unshortener-api
```