The xmusic is the platform which can provide user to search the music video more easily. It will displays more completed information relative the song which you search.
- You can use the search function to find the interest.
- Display the artist, artist's album and the tracks of the album.
- Display the lyric.
We are going to use the node.js for the RESTful API and using the PostgreSQL as the database. Currently, we'll use the Python 3.x to develop the crawler. The crawler will try to fetch the artists, albums and tracks from the Spotify, and the music video from the YouTube.com. Once the data is enough, we'll define the RESTful API.
Because we don't have any interface to access the data, we must have the cli tool for debugging or testing purpose. Using this tool we can query the specific data in the database and fetch the latest data from data provider.
We'll use the AngularJS2 to develop the front-end.
TBC
TBC