Simon Gruber 8615e8b78b init
2026-05-11 08:00:51 +02:00
2026-05-11 08:00:51 +02:00
2026-05-11 08:00:51 +02:00
2026-05-11 08:00:51 +02:00

Giphy Proxy

Minimalistic Node.js proxy with a protected subroute.

Setup

Build:

r build -t giphy-proxy .

Run:

docker run -d \
  -p 8080:8080 \
  -e GIPHY_API_KEY="your_api_key" \
  -e ACCESS_SECRET="mysecret" \
  giphy-proxy

Usage

Example (Random):

curl http://localhost:8080/mysecret/

Example (Specific Tag):

curl http://localhost:8080/mysecret/cat

All subsequent routes will be ignored!

S
Description
No description provided
Readme 30 KiB
Languages
JavaScript 90.5%
Dockerfile 9.5%