Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zakwht/albums
Web script that compiles information about Spotify albums
https://github.com/zakwht/albums
css ejs html javascript spotify web
Last synced: 19 days ago
JSON representation
Web script that compiles information about Spotify albums
- Host: GitHub
- URL: https://github.com/zakwht/albums
- Owner: zakwht
- License: mit
- Created: 2023-02-16T04:41:15.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-05T06:42:45.000Z (about 1 year ago)
- Last Synced: 2024-11-17T22:12:46.411Z (3 months ago)
- Topics: css, ejs, html, javascript, spotify, web
- Language: JavaScript
- Homepage:
- Size: 4.03 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Spotify Album Covers
[![License](https://img.shields.io/github/license/zakwht/albums)](/LICENSE.md)
[![Style](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)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.
### Development
#### Requirements
* Node v18 (built with 18.13.0)
* A `.env.json` file at the project root```json
{
"client_id": "string",
"secret": "string",
"scope": "playlist-read-private"
}
````npm start` runs the app in development mode
### Acknowledgments
* __Leverages__ the user-authenticated [Spotify API](https://github.com/spotify/web-api-examples/tree/master/authentication)