This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const ARTIST = "Yung Skrrt"; // substitute any artist (ensure exact match) | |
const TOP_TRACKS = 10; // number of top trackx to display | |
// time conversion constants | |
const MS_IN_HR = 3600000; | |
const HRS_IN_DAY = 24; | |
// GOTTA HIT THE STORAGE SPOT, GET UP IN THE STASH! | |
// retreive and consolidate streaming data | |
const streams0 = require("./Spotify Account Data/StreamingHistory_music_0.json"); |