06. Bands in Town App πŸ‘©β€πŸŽ“πŸ‘¨β€πŸŽ“

Bandsintown App

Instructions

  • Using the starter code provided to you, complete the application as follows:

    • Search the Bandsintown API for the artist specified in the search box.

    • Print the following information to the #artist-div as semantic HTML elements:

    • The artist’s name

    • The artist’s thumbnail image

    • The number of fans tracking this artist

    • The number of upcoming events for this artist

    • A link to the bandsintown url for this artist

πŸ“ Notes

  • Bandsintown is a service for finding out when and where bands and artists are scheduled to tour.

  • Information on how to use query the Bandsintown API can be found here.

  • This is a free public API, and you will not need to sign up for anything.

πŸ’‘ Hints

  • Scroll down the API docs and study the examples. See if you can figure out how to query for an artist’s information. You will need to use the /artists/{artistname} endpoint.

  • The app_id parameter described in the docs is required but can be set to anything you wish.


βœ… Solutions

Solutions Click Here