Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 632 Bytes

README.md

File metadata and controls

18 lines (17 loc) · 632 Bytes

Download cover

Search for artists avatars or albums/single cover images and dowload them!

Run code!

  1. Create .env file that looks like this ✔️
    CLIENT_ID=<client id from spotify api, more info at [link below]>
    CLIENT_SECRET=<client secret from spotify, api more info at [link below]>
    
    Spotify api authorization guide
  2. Install modules using npm ✔️
    npm install
  3. Run script! ✔️
    npm start