Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GeniusSong

Represents a song on Genius. Contains data such as lyrics and title.

Hierarchy

  • GeniusSong

Index

Properties

artist: Author

Primary artist of song on Genius

id: number

ID of song on Genius

lyrics?: string[]

Array containing lyrics

lyricsState: string

State of the lyrics of the song on Genius ("complete" if the lyrics are all there)

name: string

Name of song on Genius

pyongs?: number

Genius Pyongs count

thumbnail: string

URL of song art thumbnail

title: string

Full title of song on Genius (name and artist concatenated by "by")

url: string

Friendly URL of song on Genius

Generated using TypeDoc