Fetch Data on Band Members
Type in the name of a Rock Band (ex: "The Rolling Stones", "Metallica", "The Who", "The Beatles", "Led Zeppelin", "Van Halen", "Grateful Dead").
Notes:
- Band data is retrieved using one api.
- Band image is retrieved usign the wikipedia api.
- This is just a quick example of working with apis and has many issues including:
- Searching for a band like Toronto will show you an image of the city of Toronto.
- Frankie Goes To Hollywood needs "To" capitalized for band info but lowercase for wikipedia image.
- Script doesn't catch the error if no image is available.
- Fixing these issues is far more than required at this time.