FredericoAndrade / airtable-node

An example app connecting to Airtable from Express

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

An example app connecting to Airtable from Express


Languages

Language:JavaScript 91.2%Language:HTML 6.1%Language:CSS 2.6%