20200508
steps:
get an airtable API key
install
dotenv
and create a
.env
file containing our API key
use
require('dotenv').config()
to load up our environment variables.