Composer Search
Jan Erik Breimo
I have added a new web app called Composer Search. It’s intended to be used to search for the names of composers that matches a regular expression, and will be useful for crossword solvers and, especially, solvers of the rebus on NRK Klassisk.
Link to Composer Search: https://barsken.no/app/composers
I created this with the NRK rebus in mind, therefore the user interface is in Norwegian, and composer names use Norwegian spelling when their native language uses a non-latin alphabet. «Tchaikovsky» is for instance spelled «Tsjaikovskij».
The app is a single page application written in TypeScript and React. The composer database with approximately 1200 entries is integrated in the source code.
The source code is available on github.