Skip to content

talhaazhar/SpotLyrics

Repository files navigation

SpotLyrics (Spotify Clone, but for Lyrics)

license

Angular + Ionic project to replicate the Spotify Mobile UI, however, renders the Lyrics instead of playing the song. The app uses the MusixMatch API for data.

Example app

Alt Text

Installation

NOTE: Please get an API Key from MusixMatch, and add it to the src/environment.ts file.

  1. Clone repo and run 'npm install'

  2. Run ionic serve -l in the repo directory.

  3. Open http://localhost:8200 to view it in the browser.

Build for Android:

  1. Connect your android device and run adb devices to confirm that your device is detected.
  2. Navigate to the repo directory in terminal.
  3. Run ionic cordova platform rm android.
  4. Run ionic cordova platform add android
  5. Run ionic cordova run android

Current Road-map

  1. Add Creating Playlists
  2. Add Exploring new music
  3. Add Personalization

About

Trying to learn Ionic and Angular for a new job by creating a Spotify Clone using the specified libraries, however for Lyrics (using the MixMatch API)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published