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

hookactions/airtable-api-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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