Airtable API Tutorial with cURL and JavaScript

If you’re looking for a quick and easy way to persist your application data, look no further than Airtable. Airtable is basically an excel sheet like database that has tons of flexibility and a GUI for inspecting/creating data.
I’ve us…


This content originally appeared on Scotch.io RSS Feed and was authored by James Quick

If you're looking for a quick and easy way to persist your application data, look no further than Airtable. Airtable is basically an excel sheet like database that has tons of flexibility and a GUI for inspecting/creating data.

I've used Airtable as the DB for a few of my demo apps recently, and I love it. There are other great options like Firebase, for example, but Airtable seems the easiest for me. In this article, let's explore how to create a base (Airtable's word for a database) and then perform CRUD (Create, Read, Update, and Delete) operations against it in two different ways, raw HTTP requests and the Airtable JavaScript package on NPM.

Getting Started

As with most products these days, you can sign up for free with Airtable. They do have a paid tier, but the free tier is more than enough and will probably last you a while. Sign up here


This content originally appeared on Scotch.io RSS Feed and was authored by James Quick


Print Share Comment Cite Upload Translate Updates
APA

James Quick | Sciencx (2020-05-12T15:53:15+00:00) Airtable API Tutorial with cURL and JavaScript. Retrieved from https://www.scien.cx/2020/05/12/airtable-api-tutorial-with-curl-and-javascript/

MLA
" » Airtable API Tutorial with cURL and JavaScript." James Quick | Sciencx - Tuesday May 12, 2020, https://www.scien.cx/2020/05/12/airtable-api-tutorial-with-curl-and-javascript/
HARVARD
James Quick | Sciencx Tuesday May 12, 2020 » Airtable API Tutorial with cURL and JavaScript., viewed ,<https://www.scien.cx/2020/05/12/airtable-api-tutorial-with-curl-and-javascript/>
VANCOUVER
James Quick | Sciencx - » Airtable API Tutorial with cURL and JavaScript. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2020/05/12/airtable-api-tutorial-with-curl-and-javascript/
CHICAGO
" » Airtable API Tutorial with cURL and JavaScript." James Quick | Sciencx - Accessed . https://www.scien.cx/2020/05/12/airtable-api-tutorial-with-curl-and-javascript/
IEEE
" » Airtable API Tutorial with cURL and JavaScript." James Quick | Sciencx [Online]. Available: https://www.scien.cx/2020/05/12/airtable-api-tutorial-with-curl-and-javascript/. [Accessed: ]
rf:citation
» Airtable API Tutorial with cURL and JavaScript | James Quick | Sciencx | https://www.scien.cx/2020/05/12/airtable-api-tutorial-with-curl-and-javascript/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.