Carify
Carify is a dictionary for number plates in Germany and Austria that translates the origin city code to the city name (B -> Berlin). You can enter the location letters and press search or enter to get the spelled location. In order to switch between the 2 countries, just press onto the country indicator at the bottom left of the number plate.
Features
- Enter a city code and get the city name and state
- Displaying the city state on a map
- Reverse search: Enter a city name and get the city code
- API
Difficulties
It was difficult to display the state on an svg map, which I did the Svelte way: class:active={condition}
.