0.4.0 • Published 2 years ago

airtable-export v0.4.0

Weekly downloads
5
License
MIT
Repository
github
Last release
2 years ago

Airtable Export

Setup

Create a .env file containing:

AIRTABLE_PERSONAL_KEY='keyYOUR_KEY'
AIRTABLE_BASE_ID='appYOUR_BASE_ID'

Create a airtable-export.config.json file containing your table names and the export file destinations, with an optional view:

{
  "tables": [
    ["Your Table Name 1", "data/your-table-name-1.json", "View Name"],
    ["Your Table Name 2", "data/your-table-name-2.json"]
  ]
}

Run:

npx airtable-export
0.4.0

2 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago