Open
Description
Example of wrong results:
- { ..., title: 'Mimimi', artist: 'SEREBRO' } => getSong returns: { ..., title: 'Io Vorrei by Raffaella De Vita' }
- { ..., title: 'Born to Be Alive - The Original', artist: 'Patrick Hernandez' } => getSong returns: { ..., title: 'Disco Fever by Spotify' }
You might want to use the 'string-similarity' package and its { findBestMatch } method to return the right hit from Genius API.
Metadata
Metadata
Assignees
Labels
No labels