/albums

Web script that compiles information about Spotify albums

Primary LanguageJavaScriptMIT LicenseMIT

Spotify Album Covers

License Style

Express app that retrieves a Spotify playlist and compiles the album covers from each track it contains.

Made with express, EJS, and the Spotify web API.

screenshot

Development

Requirements

  • Node v18 (built with 18.13.0)
  • A .env.json file at the project root
{
  "client_id": "string",
  "secret": "string",
  "scope": "playlist-read-private"
}

npm start runs the app in development mode

Acknowledgments