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

https://github.com/radeeyate/url-unshortener

A simple URL expander/unshortener written in Python and FastAPI
https://github.com/radeeyate/url-unshortener

fastapi unshorten url-unshortener

Last synced: 12 months ago
JSON representation

A simple URL expander/unshortener written in Python and FastAPI

Awesome Lists containing this project

README

          

# url-unshortener

A simple URL expander/unshortener written in Python and FastAPI.

To run, do this:
```sh
git clone https://github.com/radeeyate/url-unshortener.git
pip install fastapi uvicorn requests
uvicorn main:app
```