-
Request access to the live testing Base
-
Clone this repo so that its directory is adjacent to
airrecord
, e.g:~/code/airrecord ~/code/airrecord-integration
-
Create a
.env
file in the root ofairrecord-integration
, with your Airtable API key:AIRTABLE_API_KEY=your_key_here
-
Install dependencies with
bundle install
-
Run the tests with
bundle exec rake