This api uses the spotify search api to fetch your fav artists/albums and lists them.
- Any HTML 5 supported browser.
- NodeJS and npm installed globally.
- Yarn package installer installed globally.
To install yarn globally
$ npm install yarn -g
Please follow the steps to load the application and run it in your browser:
git clone
the solution to your local machine.- Once inside the repo directory
yarn
and install all the dependency packages. - Then
npm run build
for starting the dev environment. The site is now running inhttp://localhost:8700
. Please make sure that the port is not used by anything else. - For production deployment, run
npm run prod
. All the files are now indist
folder and are ready to be hosted. - For test and test coverage, run
npm run test
. You can find the coverage in the pathtest/coverage
.
$ git clone https://github.com/debatanu-thakur/music-search
$ cd music-search
$ yarn
$ npm run build
- This project is completed using
ECMASCRIPT 2015
andAngular 1.5.x
. - The build tool used for this project is
Webpack 2
. - API used for map is Spotify Web API.
Angular Material Design
has been used as per Google Material Specification.
The contents of this repo is subjected to MIT License.