diff --git a/README.md b/README.md new file mode 100644 index 0000000..534d575 --- /dev/null +++ b/README.md @@ -0,0 +1,27 @@ +# airtable-ofetch + +Modern JS client for [Airtable Web API](https://airtable.com/developers/web/api/introduction) + +## 🚀 Quick Start + +```bash +pnpm install airtable-ofetch +``` + +```js +// CommonJS +const { Airtable } = require('airtable-ofetch'); +// ESM / TypeScript +import { Airtable } from 'airtable-ofetch'; + +const airtable = new Airtable(); // Will read process.env.AIRTABLE_API_KEY +``` + +## ✔️ Works on Browser, Node.js, and edge +TODO + +# Configuration +TODO + +# Development +TODO