Ethereal is a web based application. It is a music player capable of finding similar songs and provide lyrics to the songs being played.
Ethereal relies on Last.fm API to collect data of tracks and artists for its own use. It is a custom designed application, which provides relative recommendations for each user based on the user’s top 10 recently listened tracks. It also has the usabilities for the users to search for a specific track/artist/music genre and add/remove a track/an artist in the user’s music library.
Ethereal runs on node. To start the application, navigate to 'ethereal' directory using bash/terminal/cmd and type
npm start
For screenshots and manual tests for the project, please check Ethereal/Manual_Test.pdf.