Skip to content
This repository has been archived by the owner on Aug 22, 2019. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 313 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 313 Bytes

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