Help

Airtable on simple web page with Ajax

Topic Labels: API
4554 1
cancel
Showing results for 
Search instead for 
Did you mean: 
Mike_Ball
6 - Interface Innovator
6 - Interface Innovator

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
Andrew_Johnson1
8 - Airtable Astronomer
8 - Airtable Astronomer

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…