Skip to content

ar-rm/sveltekit-airtable-quickstart

 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 86.7%
  • Svelte 11.8%
  • CSS 1.1%
  • Other 0.4%