To install dependencies:
bun install
Create a .env
file in the root directory with the following variables:
OPENAI_API_KEY=your_openai_api_key
SCRAPINGDOG_API_KEY=your_scrapingdog_api_key
GOOGLE_API_KEY=your_google_api_key
LANGFUSE_PUBLIC_KEY=your_langfuse_public_key
LANGFUSE_SECRET_KEY=your_langfuse_secret_key
LANGFUSE_BASE_URL=your_langfuse_base_url
To run the main project:
bun run index.ts
To try out the SEO researcher:
bun run @simple-seo-researcher/index.ts
This project was created using bun init
in bun v1.0.26. Bun is a fast all-in-one JavaScript runtime.