/airtable-node

An example app connecting to Airtable from Express

Primary LanguageJavaScript

Airtable / Node

This project has a module showing how to connect to Airtable from an Express/Node server. The module is located at app/modules/airtable-crud.js.

This draws heavily from Remy Sharp's Mongoose CRUD.

Getting started

  1. Add your API key and base ID to .env
  2. Change the table name in app/app.js
  3. If you're running this locally, run npm install and then npm start on the command line
  4. If you're running this on Glitch, click the "Show" button!