An open API service indexing awesome lists of open source software.

https://github.com/multimeric/spottest100

A calculator for your triple j Hottest 100 votes, using your music library
https://github.com/multimeric/spottest100

hottest-100 hottest100 music spotify triplej

Last synced: 5 months ago
JSON representation

A calculator for your triple j Hottest 100 votes, using your music library

Awesome Lists containing this project

README

          

## Dev

Add a new voting list using e.g.

```bash
curl https://raw.githubusercontent.com/multimeric/Hottest100VotingLists/refs/heads/master/2024/voting_list.json | node --experimental-transform-types make_voting_list.ts > public/2024.json
curl https://raw.githubusercontent.com/multimeric/Hottest100VotingLists/refs/heads/master/2025-australian/voting_list.json | node --experimental-transform-types make_voting_list.ts > public/2025_australian.json
```