/last_fm_suggestion

last_fm_suggestion

Primary LanguagePHP

last_fm_suggestion

It's last.fm search and recommendation engine. It allows user to search any artist & upon submit, It displays music tracks belong to the artist and a list of similar/recommended artists. Artist name that is being searched gets stored in user's search history and can be viewed post log in.

An sql file named 'last_fm.sql' is included, You've to import this table schema into your database & change DB values in line #15 of 'lastfm.class.php' file from 'Classes/' folder.

Access your App : http://YOUR_HOST/last_fm_suggestion/

Provide username & Password as 'jenson'

Made with:

PHP, Bootstrap, jQuery, last.fm api (http://www.last.fm/api)