Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/frectonz/minitab

A new tab extension which gets random photos from unsplash.
https://github.com/frectonz/minitab

elm

Last synced: 13 days ago
JSON representation

A new tab extension which gets random photos from unsplash.

Awesome Lists containing this project

README

        

# MiniTab

![logo](./static/minitab.svg)

A beautiful new tab website that shows time and a random image from unsplash.

## [Live demo](https://mini-tab.netlify.com)

## Screenshots

Sample screenshots of the website

![screenshot](./screenshot.png)

## Running the website

Install packages using.

```bash
pnpm install
```

Run the `start` script.

```bash
pnpm start
```

## Requirements

This code expects an environment variable called `CLIENT_ID` to be defined. To provide this environment variable create a file called `.env` containing the following content:

```dotenv
CLIENT_ID=""
```

You can get your client id from [unsplash](https://unsplash.com/developers).