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
- Host: GitHub
- URL: https://github.com/multimeric/spottest100
- Owner: multimeric
- Created: 2019-12-29T11:52:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-07-10T13:28:06.000Z (9 months ago)
- Last Synced: 2025-10-14T14:12:27.558Z (5 months ago)
- Topics: hottest-100, hottest100, music, spotify, triplej
- Language: TypeScript
- Homepage: https://multimeric.github.io/Spottest100/
- Size: 928 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```