dumb/README.md

19 lines
752 B
Markdown
Raw Normal View History

2022-07-02 16:53:14 +00:00
# dumb
I find myself reading a lot of lyrics while listening to my favorite songs, my go-to place for this is Genius since you can find pretty much everything there, if not you can just create it :D.
My only issue with the platform is their over 4MB of trackers, analytics and junk which has nothing to do with the actual lyrics.
Thus I created this alternative front-end so I can read song lyrics with ease and as lightweight as possible.
2022-07-02 17:10:25 +00:00
## Screenshot
2022-07-02 17:12:01 +00:00
![Screenshot](https://raw.githubusercontent.com/rramiachraf/dumb/main/screenshot.png)
2022-07-02 17:10:25 +00:00
2022-07-06 16:06:02 +00:00
## Usage
2022-07-02 16:53:14 +00:00
Go 1.18+ is required.
```bash
2022-07-06 16:06:02 +00:00
git clone https://github.com/rramiachraf/dumb
cd dumb
go build
./dumb
2022-07-02 16:53:14 +00:00
```
The default port is 5555, you can use other ports by setting the `PORT` environment variable.