lyric_finder

Crates.iolyric_finder
lib.rslyric_finder
version0.2.0
created_at2022-05-12 02:35:43.279047+00
updated_at2024-12-16 18:44:31.538873+00
descriptionA lyric finder library
homepage
repositoryhttps://github.com/cycle-five/lyric-finder
max_upload_size
id584981
size60,726
Cycle Five (cycle-five)

documentation

README

lyric-finder

Lyric finder is a simple rust API that allows you to search for lyrics of a song by its title and artist. It uses the Genius API to fetch the lyrics. This project was originally part of spotify-player, a terminal based spotify client written in rust. It was forked primarily for use in my discord bot CrackTunes.

Usage

See the examples directory for usage examples.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Releases

cargo bump
git commit -S -am "chore: release vX.X.X"
cargo release --sign-tag --sign-commit --execute
Commit count: 33

cargo fmt