Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/newtoallofthis123/lyrics_cli
A Simple CLI for singing along in the Terminal World
https://github.com/newtoallofthis123/lyrics_cli
genius-api hacktoberfest lyrics rust rust-cli wrapper
Last synced: about 2 months ago
JSON representation
A Simple CLI for singing along in the Terminal World
- Host: GitHub
- URL: https://github.com/newtoallofthis123/lyrics_cli
- Owner: newtoallofthis123
- License: mit
- Created: 2023-09-09T18:10:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-19T09:16:54.000Z (about 1 year ago)
- Last Synced: 2024-08-10T09:16:39.467Z (5 months ago)
- Topics: genius-api, hacktoberfest, lyrics, rust, rust-cli, wrapper
- Language: Rust
- Homepage:
- Size: 58.6 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lyrics CLI
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](https://github.com/astridlol/lyrics)
## Installation
The best way is to install it using cargo.
```bash
cargo install lyrics
```However, if you are on windows, you can download the binary from the [releases](/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!
## Usage
```bash
lyrics Never Gonna Give You Up
```## License
This project is licensed under the [MIT](LICENSE) License. That means you can do whatever you want with it as long as you give credit.
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
## Disclaimer
This project is not affiliated with Genius.com or [astridlol/lyrics](https://github.com/astridlol/lyrics) in anyways. This is just a simple wrapper around the API.