Skip to content

Commit

Permalink
docs: start README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nadhifikbarw committed Dec 23, 2024
1 parent 89433ea commit 12fdcf8
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 12fdcf8

Please # to comment.