node-red-contrib-airtable

0.1.3 • Public • Published

node-red-contrib-airtable

Japanese

A collection of Node-RED nodes for Airtable.

NPM

Pre-requisites

The node-red-contrib-airtable requires Node-RED to be installed.

Install

Run the following command in the root directory of your Node-RED install

npm install node-red-contrib-airtable

Restart your Node-RED instance, the airtable node appears in the palette and ready for use.

Overview

node-red-contrib-airtable performs the following processing.

  • select - Get a list of tables.

  • find - Get the specified record in the table.

  • create - Create a new record in the table.

  • update - Update a record in a table. update will only update the fields you specify, leaving the rest as they were.

  • replace - Update a record in a table. replace will only update the fields you specify and clear all unspecified field values.

  • delete - Delete a record in a table.

Acknowledgements

The node-red-contrib-airtable uses the following open source software:

License

See license (Apache License Version 2.0).

Contributing

Both submitting issues to GitHub issues and Pull requests are welcome to contribute.

Developers

If the developer wants to modify the source of node-red-contrib-airtable, run the following code to create a clone.

cd ~\.node-red\node_modules
git clone https://github.com/joeartsea/node-red-contrib-airtable.git
cd node-red-contrib-airtable
npm install

Readme

Keywords

Package Sidebar

Install

npm i node-red-contrib-airtable

Weekly Downloads

232

Version

0.1.3

License

Apache

Unpacked Size

48.8 kB

Total Files

11

Last publish

Collaborators

  • joeartsea