zyrouge / node-genius-lyrics

Simple lyrics fetcher that uses Genius. Also has official API implementations.
https://genius-lyrics.js.org
MIT License
61 stars 12 forks source link

An API Key is not optional as described in the documentation (TypeScript) #13

Closed sawa-ko closed 3 years ago

sawa-ko commented 3 years ago

According to the documentation an API Key is optional, but in TypeScript the typing says it is mandatory.

image

zyrouge commented 3 years ago

Ah, my bad. I'll fix it and publish tonight.

zyrouge commented 3 years ago

Fixed in v4.2.4 🎉