Crates.io | lyrics |
lib.rs | lyrics |
version | 0.2.0 |
source | src |
created_at | 2023-09-09 18:19:58.009982 |
updated_at | 2023-10-07 15:36:28.879814 |
description | A simple CLI to get lyrics of a song from Genius using a public availed API |
homepage | |
repository | https://github.com/newtoallofthis123/lyrics_cli |
max_upload_size | |
id | 968288 |
size | 45,120 |
A very simple API wrapper that allows you to get lyrics from Genius.com. Barely 80 lines of code. Just a fun little project to get used to Rust.
This uses a publicly available API by astridlol/lyrics
The best way is to install it using cargo.
cargo install lyrics
However, if you are on windows, you can download the binary from the releases page.
If you are on a Mac or Linux, please help other people by creating a binary for them and opening a new issue. Thanks!
lyrics Never Gonna Give You Up
This project is licensed under the MIT License. That means you can do whatever you want with it as long as you give credit.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
This project is not affiliated with Genius.com or astridlol/lyrics in anyways. This is just a simple wrapper around the API.