Rapid shazam is an app which is able to search for the song information with title. It will display album image, artist name, youtube video, lyrics and so on. You can also check love compatibility! Have fun with this app.
yarn install
yarn run serve
yarn devstart
yarn run build
yarn run lint
If you want to build this app on your laptop, you should create Rakuten Rapid API account.
//.env file
MUSIC_GRAPH_KEY=
MUSIC_GRAPH_ID=
X_RAPIDAPI_KEY=
TICKET_MASTER_API=
Please get the three first keys and ID from Rakuten Rapid API. Use the API called Music Graph.
You will also have to get a API from TicketMaster. Please visit their developer page for a free key.