I wanted to try doing something bigger in Angular framework.
I like to sing along songs and spotify doesn't have a lyrics.
I've tried to implement that for them.
- minilyrics proxy. Used to get a lyrics from a MiniLyrics. Thanks for your work
- angular spotify. You need to check that out. This was a big inspiration for my project
- lcr parser. I've adopted this parser for a getting a lyrics in object form
root
├── apps
│ └── angular-spotify
└── libs
├── shared
│ ├── interceptors (jest)
│ ├── service (test)
│ ├── test-helpers
│ └── view (jest)
└── web
├── lyrics
│ ├── mini-lyrics
│ ├── model (jest)
│ └── view (jest)
└── spotify
├── homepage
├── player
├── shared
│ ├── helper (jest)
│ ├── pipe (jest)
│ ├── service
│ └── view (Storybook)
└── sidebar
Read more about: