/ThatTrackThough

A website for artist search, top artists search and top songs search using Musixmatch API. Build with PHP, HTML and CSS.

Primary LanguagePHP

ThatTrackThough

That Track Though is a simple PHP, HTML and CSS project that we created for our course. For this project we have used Musixmatch API to fetch data from the Musixmatch Repository. We chose music as our project's theme because we're both very passionate about music and share equal and immense love for it.

Instructions

  • Get a Musixmatch API Key from Musixmatch.
  • Enter the Key in the three files:
    • artistsearch.php
    • topsongs.php
    • topartist.php
  • That's pretty much it, you're good to go!

Functions

  • The first option let's the user search for an artist's details. This includes the following:
    • Name
    • Country (Returned as a 2-digit country code)
    • Rating (out of 100)
    • Genre
    • Twitter profile, if they have one.
  • The second option let's the user get a list of n (1-100) top artists on a per-country basis.
  • The third option, let's the user get a list of n (1-100) top tracks on a per-country basis.

API Used

Musixmatch API available at Musixmatch Developer.

About Us

We're two programmers in-the-making and friends from India. We're both pursuing Computer Applications and are programming enthusiasts. More or less. We also blog. Yes, both of us.

Thank you for taking interest in our work! Please give credits if you use it.

Live Site

Test the website live here.