baisong / sveltekit-airtable-quickstart

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:JavaScript 86.8%Language:Svelte 11.8%Language:CSS 1.1%Language:Shell 0.2%Language:HTML 0.2%