0.0.3 • Published 5 months ago
browser-wizard v0.0.3
Browser Wizard
Browser automation and scraping library with AI capabilities.
Installation
pnpm install browser-wizard
pnpm install playwright
pnpm exec playwright install chromium
Usage
import { browserWizard } from 'browser-wizard'
const result = await browserWizard({
prompt: 'go to https://playwright.dev/ and get the title',
})
TODO:
- add license
- add branch protection
- add changesets package
- add husky configuration