Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 722 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 722 Bytes

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