observablehq / framework

A static site generator for data apps, dashboards, reports, and more. Observable Framework combines JavaScript on the front-end for interactive graphics with any language on the back-end for data analysis.
https://observablehq.com/framework/
ISC License
2.13k stars 85 forks source link

Add airtable example #1477

Closed Fil closed 1 week ago

Fil commented 1 week ago

View live: https://observablehq.observablehq.cloud/framework-example-loader-airtable/

This Observable Framework example demonstrates how to write a JavaScript data loader that uses Airtable as a backend. The data loader lives in src/data/penguins.csv.ts.

(Since the example depends on a personal access token, I've also uploaded the resulting data as a static file.)

closes #1377