Help

Re: Airtable on simple web page with Ajax

216 0
cancel
Showing results for 
Search instead for 
Did you mean: 
Mike_Ball
5 - Automation Enthusiast
5 - Automation Enthusiast

Hi

Really simple requirement but just can’t get my head round it (put it down to advancing years)

I want a simple HTML and JavaScript page with a search field that just searches a particular field in an airtable table and returns results

Anyone got an example to hand they can share?

Thanks
Mike

1 Reply 1

You will probably want a server side solution since you do not want to store the Airtable API key on the client side!

Also in case you want to go the Javascript way for your server side code…I would suggest looking into the Airtable Node.js client

You might want to look into this example to get you started…