Rigtch / rigtch-fm-api

Real time spotify statistics calculation based on your listening history.
https://rigtch-fm-api.up.railway.app/api
Apache License 2.0
10 stars 0 forks source link

change reports listening Days response type #403

Closed Mnigos closed 1 month ago

Mnigos commented 1 month ago

current

{
  [day: number]: number
}

desired

[
  {
    weekDay: number
    date: Date
    value: number
  }
]