gihanlaks / playlist-generator

Spotify Playlist Generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

playlist-generator

Spotify Playlist Generator

How to

  1. Go to this: https://developer.spotify.com/

  2. scroll down and identify the code Section

  3. You probably you will be asked to login to spotify account. do so.

  4. Once you see the authorization key generated inside the code, Copy that.

  5. Paste it in "Service.ts"

  6. open a new terminal inside the directory where package.json is present.

  7. run below command to install node_modules.

  8. npm install

  9. run below command to serve the application

  10. npm run dev

About

Spotify Playlist Generator


Languages

Language:TypeScript 55.8%Language:CSS 34.6%Language:JavaScript 5.7%Language:HTML 3.9%