Implements the official Airtable API npm package, storing secret keys the sveltekit way and passing preloaded fetched records into a +page.svelte
page route.
- Download this repository
- Run
npm install && npm run dev -- --open
- Go to the
/airtable
page route and follow the configuration steps to enter your Airtable API key and base ID.
That's it! Your airtable records are now in your page's data
object.