Hacker News new | ask | show | jobs
by roygbiv2 8 days ago
Very interesting! How does it work?
1 comments

The main worker is a .Net API with Hangfire that hits a public facing API from the radio station. That data is stored in a MySQL database that feeds a React dashboard front end.

There's some caching that happens behind the scenes to help with some of the large data crunching.

Ah the radio station has an api. I was thinking you were doing song matching or something, nope much simpler than that!