Go to file
2022-10-11 14:25:07 +01:00
static add read more option to song's about section 2022-10-08 22:46:48 +01:00
views add read more option to song's about section 2022-10-08 22:46:48 +01:00
go.mod add caching and change the layout a bit 2022-07-01 23:40:13 +01:00
go.sum add caching and change the layout a bit 2022-07-01 23:40:13 +01:00
LICENCE Create LICENCE 2022-07-02 16:55:34 +00:00
lyrics.go add proxy to images 2022-10-11 14:23:10 +01:00
main.go add proxy to images 2022-10-11 14:23:10 +01:00
proxy.go fix minor spelling error 2022-10-11 14:25:07 +01:00
README.md Update README.md 2022-07-06 16:06:02 +00:00
screenshot.png add screenshot 2022-07-02 18:10:25 +01:00
utils.go add caching and change the layout a bit 2022-07-01 23:40:13 +01: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.

Screenshot

Screenshot

Usage

Go 1.18+ is required.

git clone https://github.com/rramiachraf/dumb
cd dumb
go build
./dumb

The default port is 5555, you can use other ports by setting the PORT environment variable.