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 installTo run the worker, use the following command:
yarn devTo deploy the worker, run the following command:
yarn deploy