EugTech / asset-inventory-plan

inventory of assets that support innovation in a study area in eugene
2 stars 0 forks source link

Create wrappers for the Airtable API #10

Open johnrnelson opened 5 years ago

johnrnelson commented 5 years ago

Airtable has an official API client for JavaScript. We should use this as our means to reading and writing to their servers by creating a project with the correct package.json file.

It should support both web servers and command line tools.

johnrnelson commented 5 years ago

I’m throwing in Microsoft Excel support because at some point someone is going to want to use that for something. Might as well since it's cheap and low hanging fruit. :-)

johnrnelson commented 5 years ago

Created the github project with working code that proofs the basics.