This experiment was built with node.js, express, Parcel, Spectre, the fetch API and ES6 template literals. The data comes from this Airtable.
First, head to https://airtable.com/create/tokens to create the API token (AT_API_KEY
). Then, create an .env
file which will contain the following Airtable info:
AT_API_KEY=XXXXX
AT_BASE=XXXXX
AT_TABLE=XXXXX
Then simply run the following:
yarn install && yarn run start:dev
The application will be available at http:/localhost:3001