MusicLynx
MusicLynx is a web platform for music discovery that collects information and reveals connections between artists from a range of online sources including MusicBrainz, Dbpedia, Wikidata, LastFM, Deezer, Spotify, Youtube, Vimeo, AcousticBrainz, and others.
Components
MusicLynx front-end is developed in Angular2, while the data server is implemented in Express.
Running MusicLynx
In order to start the Angular app serving on localhost:4200, install angular-cli, navigate in command line terminal to the project root directory and type:
ng serve
The server component can be cloned from https://github.com/darkjazz/musiclynx-server
Github pages deployment
This branch is used for the static version development of MusicLynx. The built version is deployed to Github pages: http://musiclynx.github.io
License
GNU General Public License v3.0, see LICENSE.md