Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 819 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 819 Bytes

Demo

Netlify Status

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, 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