README
Airtable client
A node client for airtable
Setup
To use this module, make sure the following environment variables are defined:
AIRTABLE_API_KEY
- API key for airtableAIRTABLE_BASE_ID
- The id of the airtable base to use
A node client for airtable
<script type="module">
import vennCityPublicAirtableClient from 'https://cdn.skypack.dev/@venn-city-public/airtable-client';
</script>
A node client for airtable
To use this module, make sure the following environment variables are defined:
AIRTABLE_API_KEY
- API key for airtableAIRTABLE_BASE_ID
- The id of the airtable base to use