Thursday, February 12, 2009

Last.FM

My group, Dylan Jesse and I, used C# to create our music recommendation front end. We used the Last.FM api with these functions:

Artist Search: getRecommended
Artist: getPage
Album Search: search
Album: getPage
Artist Bio: getUrl
Album Wiki: getUrl

We have our program automatically logging into Last.FM and then allows the user to select the search/recommendation and allows the user to type in what they are searching for. The program then returns all possible matches and the user can click on the results to open a web object with the web page regarding the object they clicked on. Enjoy!

No comments:

Post a Comment