Newsic is a web application designed to provide users with an endless stream of new music based on their own tastes. Through a set of endpoints provided by Spotify's Web API, users can add a combination of artists, tracks and genres to their mixture to generate a playlist of tracks that they'd find enjoyable.
Built with Angular 8 and Bootstrap, Newsic is designed to be modernized, beautiful, and quick.
| Add endless permutations of artists, tracks and genres to your musical mixture to create a playlist of tracks fine-tuned to your unique musical palette. |
 |
| View audio features about your favourite tracks, such as energy, valence, and even danceability. |
 |
| Discover up to 20 new artists for each of the musicians you love and listen to daily. |
 |
- Follow the Angular Tutorial to get your work environment set up
- Clone the repository
https://github.com/Fraisin/MusicDex.git
- Run
npm install to install the required dependencies
- Run
ng serve to start a dev server
- Navigate to
http://localhost:4200/ in a brower to view your changes in real-time