Alpha Music is a mock website that displays the hottest music using last.fm api. This
project was made with HTML JavaScript and jQuery. The program works by pulling data from the last.fm api.
The landing page pulls the top 50 songs in the US. The search button performs a get request on whatever the user input.
It is then displayed on the page. Each page (album,artist) does a unique call to the api to get the necessary data.