ImageDash is an image search launcher tool designed to quickly initiate image searches across multiple search engines.
- Launches image searches on multiple search engines with one click.
-
Clone the repository
git clone https://github.com/isixe/ImageDash.git cd ImageDash -
Install dependencies
pnpm install
-
Set up environment variables
Create a
.envfile in the project root and fill in your Upstash credentials as shown above. -
Start the project
pnpm dev
Image uploading uses Upstash Redis service for temporary storage. Before running the project, please ensure the following environment variables are set:
| Variable Name | Description |
|---|---|
UPSTASH_REDIS_REST_URL |
Upstash Redis REST API endpoint |
UPSTASH_REDIS_REST_TOKEN |
Upstash Redis REST API access token |
You can configure them in a .env file as follows:
UPSTASH_REDIS_REST_URL=
UPSTASH_REDIS_REST_TOKEN=This project is licensed under the MIT License.