/spotify-visualizer

Primary LanguageTypeScriptMIT LicenseMIT

Spotify Visualizer

Audio visualizer of Spotify songs using WebGL

By Ben Holmes and Michael Chen

Getting started

npm install
npm run build
npm start

Copy .env2 into a new .env file and replace the mongoDB with the appropriate one.

Create a Spotify developer application and replace SPOTIFY_CLIENT_ID and SPOTIFY_CLIENT_SECRET. Our developer application for this project can be found here.

We're using the following mongoDB Atlas cluster (ask to be added as a collaborator):

https://cloud.mongodb.com/v2/5e268a4d014b7621cd6a2bc3#clusters/connect?clusterId=Cluster0

Whitelist your connection IP address.

References