Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 418 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 418 Bytes

Spotify Statistics

A website using express.js and axios to gather a users top 100 songs and artists within the 4 week, 6 month, and lifetime ranges.

API Reference

Create a .env file that includes these keys:

CLIENT_ID = [your client id]
REDIRECT_URI_DECODED = [your website url]/home
CLIENT_SECRET = [your client secret]

These keys can be found from https://developer.spotify.com for free.