An online music streaming service
- https://github.com/SpottyFi/AlbumList-MusicPlayer
- https://github.com/SpottyFi/Header
- https://github.com/SpottyFi/RelatedArtists
- https://github.com/SpottyFi/SpottyFi (Proxy service that ties all 4 micro-services together)
Some usage instructions
{
artistId: [REQUIRED: The song's artist ID],
albumId: [REQUIRED: The song's album ID],
name: [REQUIRED: The name of the song],
length: [REQUIRED: The length of the song],
streams: [OPTIONAL: The number of times the song has been streamed],
popularity: [OPTIONAL: The number of likes for this song]
}
{
artistId: [REQUIRED: The song's artist ID],
albumId: [REQUIRED: The song's album ID],
songId: [REQUIRED: The song's ID],
name: [OPTIONAL: The name of the song],
length: [OPTIONAL: The length of the song],
streams: [OPTIONAL: The number of times the song has been streamed],
popularity: [OPTIONAL: The number of likes for this song]
}
{
artistId: [REQUIRED: The song's artist ID],
albumId: [REQUIRED: The song's album ID],
songId: [REQUIRED: The song's ID],
}
An nvmrc file is included if using nvm.
- Node 6.13.0
- etc
From within the root directory:
npm install -g webpack
npm install