sveltekit-airtable-quickstart

Sveltekit Airtable Quickstart

Implements the official Airtable NPM package, making fetched records accessible in the +page.svelte data object

sveltekit-airtable-quickstart

Implements the official Airtable API npm package, storing secret keys the sveltekit way and passing preloaded fetched records into a +page.svelte page route.

Get started

  1. Download this repository
  2. Run npm install && npm run dev -- --open
  3. 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.

Top categories

Loading Svelte Themes