rapideditor/country-coder

I suggest changing the source also to my repo where I keep the updated list from iso.org

Opened this issue · 2 comments

I prepared a repo where you can use the CLI to fetch the newest ISO 3166 list or use the countries.json file. https://github.com/detrin/download-iso3166-list

Thanks for the suggestion - I don't look often at the ISO3166, list, or at this country-coder project really, but maybe we can find a way to get notified on updates, similarly to how we would if an npm package has an update.

@bhousel Thanks for considering it. I see few options. One would be relying on the repo I prepared where I have github action that I run every week to check updates. Other option could be using the CLI I prepared in Github Actions. The last option that comes to my mind would be to create scraping from scratch in this repo and call it in Github Actions.