A web app for visualizing top 10 songs of searched genre. It was built for iTunes market research purpose. (it can be applied to any entity on Itunes. ex: podcast, books, movies, etc.)
Build with:
- Angular CLI version 8
- Typescript
- ITunes search API
- Chart.js & ng2-charts
- RxJS
- python with selenium webdriver
- scraped 250+ genre categories from iTunes website and converted them to json file automatically
-
Install all the dependencies
npm install -
Builds and serves your app, rebuilding on file changes
ng serve --open
