twitchsingstools/web/topsongs.json

5 lines
145 B
JSON
Executable File

[{{ range $index, $data := .TopNSongs }}{{ if $index }},{{end}}{
"songName": "{{ .SongTitle }}",
"singCount": "{{ .Sings }}"
}{{ end }}]