Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zaneh/color-chai
Discord bot to display color codes 🟨 Just for fun!
https://github.com/zaneh/color-chai
color css discord-bot elixir hex-color hsl hsla nostrum rgb rgba
Last synced: about 1 month ago
JSON representation
Discord bot to display color codes 🟨 Just for fun!
- Host: GitHub
- URL: https://github.com/zaneh/color-chai
- Owner: ZaneH
- License: mit
- Created: 2023-08-10T04:38:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-13T03:24:34.000Z (over 1 year ago)
- Last Synced: 2024-10-19T13:57:24.655Z (3 months ago)
- Topics: color, css, discord-bot, elixir, hex-color, hsl, hsla, nostrum, rgb, rgba
- Language: Elixir
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Color Chai
Tiny Discord bot that generates swatches from color codes. Supports hex, rgb(a) and hsl(a) CSS codes.
## Setup
```bash
$ git clone https://github.com/ZaneH/color-chai.git
$ cd color-chai
$ mix deps.get
$ source .env # be sure to set DISCORD_TOKEN
$ mix run --no-halt
```## Preview
![Preview](https://i.imgur.com/MAyUIAW.png)