ac-apps-minimal-utils-airtable

utils/airtable.js

Utilities for airtable.

Example:
app.utils.airtable.getOptions(options, prefix);

A module for ac-bundle-app, published by ac-bundle-module. namespace: ac-apps-minimal

Install from:

https://www.npmjs.com/package/ac-apps-minimal-utils-airtable
https://github.com/animatedcreativity/ac-apps-minimal-utils-airtable

Available Methods: getOptions

getOptions

function(options, prefix) {
  var list = {};
  for (var key in options) {
    if (key.split(prefix +

ac-apps-minimal-enhance-argv

enhance/argv.js

Read command line arguments and parse only the required ones. Arguments can be specified in key=value format. Example: airtable-api-key=XXXXXXXX_XXXXXXXXX airtable-base-name=XXXXXXXX … The arguments are further checked and verified by the needed scripts.

A module for ac-bundle-app, published by ac-bundle-module. …