Fetching prices…

Connect your own Sheet

Replace the local JSON with a published Google Sheet CSV and this dashboard updates live whenever you edit the sheet — no redeploy needed.

See README.md for the exact column format and how to get your Sheet's public CSV URL.

main.js · line 8
// Option A: local JSON (default)
const DATA_URL = './data/prices.json';

// Option B: Google Sheet (published CSV)
// const DATA_URL = 'https://docs.google.com/spreadsheets/
//   d/YOUR_SHEET_ID/export?format=csv';