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/.
- Host: GitHub
- URL: https://github.com/fourdollars/lp-api-proxy
- Owner: fourdollars
- Created: 2022-05-29T10:12:11.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-06-19T07:43:34.000Z (about 1 year ago)
- Last Synced: 2025-06-19T08:38:50.892Z (about 1 year ago)
- Topics: fastapi
- Language: Python
- Homepage: https://sylee.org/lp-api/
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```