https://github.com/frectonz/minitab
A new tab extension which gets random photos from unsplash.
https://github.com/frectonz/minitab
elm
Last synced: 9 months ago
JSON representation
A new tab extension which gets random photos from unsplash.
- Host: GitHub
- URL: https://github.com/frectonz/minitab
- Owner: frectonz
- Created: 2022-03-03T20:32:43.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-31T07:14:41.000Z (about 4 years ago)
- Last Synced: 2025-03-03T17:13:48.776Z (over 1 year ago)
- Topics: elm
- Language: Elm
- Homepage: https://mini-tab.frectonz.et
- Size: 17 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MiniTab

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

## 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).