Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 587 Bytes

Readme.md

File metadata and controls

35 lines (21 loc) · 587 Bytes

Unsplash Worker

This worker is responsible for fetching images from the Unsplash API.

Configuration

The worker requires the following environment variables:

  • UNSPLASH_ACCESS_KEY: The access key for the Unsplash API.

use the parameters from here

Installation

To install the worker, run the following command:

yarn install

Running the Worker

To run the worker, use the following command:

yarn dev

Deploy

To deploy the worker, run the following command:

yarn deploy