Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blue0513/mini-deck
Mini & Always-on-top TweetDeck Viewer
https://github.com/blue0513/mini-deck
Last synced: about 2 months ago
JSON representation
Mini & Always-on-top TweetDeck Viewer
- Host: GitHub
- URL: https://github.com/blue0513/mini-deck
- Owner: blue0513
- License: mit
- Created: 2019-08-29T15:41:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-04T19:27:21.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T14:39:12.265Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 255 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mini Deck
[![CI](https://github.com/blue0513/mini-deck/actions/workflows/ci.yml/badge.svg)](https://github.com/blue0513/mini-deck/actions/workflows/ci.yml)
![GitHub package.json dependency version (dev dep on branch)](https://img.shields.io/github/package-json/dependency-version/blue0513/mini-deck/dev/electron)This provides always-on-top & mini TweetDeck viewer.
[![Image from Gyazo](https://i.gyazo.com/a1c9e9061181e2e70902e6e15734b027.gif)](https://gyazo.com/a1c9e9061181e2e70902e6e15734b027)
NOTES: currently only macOS is supported
## Features
- Mini-size & frame-less window
- Always on top
- Resizable, movable, Zoomable## Usage
### On GUI App
Just start the app.
### On CLI
1. Run `npm install` to install packages
2. Run `npm start` in terminal## Development Requirements
- Twitter Account
- Electron## Build as Application
### Build for Mac
1. Run `npm run dist`
2. In `./dist`, you can find the application## Contribute
You can use [issues](https://github.com/blue0513/mini-deck/issues) as you like.
Not only suggestions but also questions are welcome!