This worker is responsible for fetching images from the Unsplash API.
The worker requires the following environment variables:
UNSPLASH_ACCESS_KEY
: The access key for the Unsplash API.
use the parameters from here
To install the worker, run the following command:
yarn install
To run the worker, use the following command:
yarn dev
To deploy the worker, run the following command:
yarn deploy