Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/frectonz/minitab
- Owner: frectonz
- Created: 2022-03-03T20:32:43.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-31T07:14:41.000Z (almost 3 years ago)
- Last Synced: 2024-11-14T10:37:09.650Z (2 months ago)
- Topics: elm
- Language: Elm
- Homepage: https://mini-tab.netlify.app/
- Size: 17 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).