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

https://github.com/fourdollars/lp-api-proxy

Launchpad API Proxy made by FastAPI to workaround CORS for https://api.launchpad.net/.
https://github.com/fourdollars/lp-api-proxy

fastapi

Last synced: 10 months ago
JSON representation

Launchpad API Proxy made by FastAPI to workaround CORS for https://api.launchpad.net/.

Awesome Lists containing this project

README

          

# Launchpad API proxy

## Setup the service

```
$ git clone --depth=1 https://github.com/fourdollars/lp-api-proxy.git
$ cd lp-api-proxy
$ uv sync
$ uv run gunicorn main:app -k uvicorn.workers.UvicornWorker -b 0.0.0.0:3456 -w 4
```