make
```
+### Configuration
+
+To avoid storing the API key in source control, clientToken in the
+lyrics_engine is using a placeholder value. You'll need to replace this
+before building
+
+* `GENIUS_CLIENT_TOKEN`: The Client token for your genius API client
+
## Installing from source
Builds lyricli in release configuration and copies the executable as
// Given a track, attempts to fetch the lyrics from lyricswiki
class LyricsEngine {
- private let clientToken = "_-P6qiz2dPDMaRUih-VxSS--PBYA4OtWrHiTgVY7Qd3lMss_oewL04FX8lmh37ma"
+ private let clientToken = <GENIUS_CLIENT_TOKEN>
// URL of the API endpoint to use
private let apiURL = "https://api.genius.com/search"