About
This experiment was built with node.js, express, Parcel, Spectre, the fetch API and ES6 template literals. The data comes from this Airtable.
Getting started
First you need to create an .env
file which will contain the following the 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