Airtable API Proxy A simple Go reverse proxy for the Airtable API. Keeps your api key hidden if you're using the API via javascript on the frontend. Usage go build . AIR_TABLE_API_KEY=<your_key> ./airtable-api-proxy Docker docker run -p 4242:4242 hookactions/airtable-api-proxy