Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 372 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 372 Bytes

Recipe: Summarize a webpage with Airtop

Overview

Clone this repository and modify the index.ts file to get started quickly with Airtop.

Setup

  1. Install dependencies
npm install
  1. Set the appropriate environment variable(s)
cp .env.example .env # Edit the .env file with your API key
  1. Run the script
npm run start