Last active
March 10, 2020 18:07
-
-
Save mzibari/ff9f627f4fbe733ba03abe8f334ee708 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| The user can search for an artist, the app will display the band/artist biography, an image, the genre of music, formed year,a link to their website and the ability to search for songs. When searching for a song the user will get a youtube video and the lyrics for that song. | |
| I will be using 3 API's: | |
| https://www.theaudiodb.com/api_guide.php to get all the info about the artist | |
| https://developers.google.com/youtube/ to get the youtube music video | |
| https://lyricsovh.docs.apiary.io/#reference/0/lyrics-of-a-song/search to get the lyrics of the song |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment