Installation

Getting started with Waterfall-Fetch is quick and easy. Follow these steps to install and set up the library in your project.

NPM Installation

To install Waterfall-Fetch using npm, run the following command in your project directory:

Environment Variables

For optimal performance and functionality, set up the following environment variables in your .env file or deployment environment:

BROWSER_SERVICE=browserless
BROWSERBASE_API_KEY=your_browserbase_api_key
BROWSERLESS_API_KEY=your_browserless_api_key
NODE_ENV=production
HEADLESS=on

Replace your_browserbase_api_key and your_browserless_api_key with your actual API keys.

TypeScript Support

Waterfall-Fetch includes built-in TypeScript support, so you can use it in your TypeScript projects without any additional setup.

Next Steps

Now that you have Waterfall-Fetch installed, you’re ready to start using it in your project. Check out the Quick Start guide for basic usage examples, or dive into the API Reference for more detailed information.