twitchsingstools/web/topsongs.json
Martyn Ranyard 8de2c0bd74 Serve the React frontend
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
2020-08-01 11:37:40 +02:00

4 lines
145 B
JSON
Executable file

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