GV14982 / async-airtable

A lightweight npm package to handle working with the Airtable API.
https://www.npmjs.com/package/asyncairtable
MIT License
54 stars 5 forks source link

✨ Add browser support #36

Closed GV14982 closed 3 years ago

GV14982 commented 4 years ago

Currently this package only uses node-fetch, but we should add the option to use the built in fetch API so it can be used in the browser. I'll also look at hosting it on a CDN for people to include directly in their projects.