Thanks for maintaining this library — the shipping-price calculation is genuinely useful. One gap I keep running into is the inverse problem: resolving a free-text Israeli address (city/street/house number, in any order, in Hebrew) into the 7-digit postal code, which this repo doesn't cover. I built a small service for exactly that, with a public search endpoint: POST /api/search at https://liors.co.il (data sourced from Israel Post's official address file, no key/registration). It might be a useful complement for anyone combining address-to-zip lookup with your shipping-cost calculation — happy to add a short note to the README or an awesome-list if that's welcome. No worries if it's out of scope for this project.
Thanks for maintaining this library — the shipping-price calculation is genuinely useful. One gap I keep running into is the inverse problem: resolving a free-text Israeli address (city/street/house number, in any order, in Hebrew) into the 7-digit postal code, which this repo doesn't cover. I built a small service for exactly that, with a public search endpoint: POST /api/search at https://liors.co.il (data sourced from Israel Post's official address file, no key/registration). It might be a useful complement for anyone combining address-to-zip lookup with your shipping-cost calculation — happy to add a short note to the README or an awesome-list if that's welcome. No worries if it's out of scope for this project.