This project is a simple web application that consumes the Deezer API to retrieve information about a specific musical artist. The application uses HTML, CSS, and JavaScript to display data such as the artist's name, an image, the number of fans, and a link to the artist's profile on Deezer.
- Fetches artist information from the Deezer API.
- Displays:
- Artist name.
- Artist image.
- Number of fans.
- Link to the artist's Deezer profile.
- Clean and responsive design with custom CSS styles.
- RapidAPI API key to access the Deezer API.
- Internet connection to make API requests.
- HTML: Basic structure of the page.
- CSS: Design and styling for the user interface.
- JavaScript: Logic to consume the API and process the data.
- Clone this repository:
git clone https://github.com/JuaryLopez/deezer.git