CorentinTh / it-tools

Collection of handy online tools for developers, with great UX.
https://it-tools.tech
GNU General Public License v3.0
22.27k stars 2.7k forks source link

[NEW TOOL] Searchable ISO 3166 country codes and associated ccLTD #983

Open Zenuncl opened 6 months ago

Zenuncl commented 6 months ago

What tool do you want?

  1. A Searchable ISO 3166 country codes
  2. ccLTD for that country

Describe the solution you'd like The entire list can be found here: https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes#Current_ISO_3166_country_codes

and there should be some library or database that have it.

Would expect a tool that can search the list and give output of the Country Code based on Country name, or give Country's name based on the 2-letter or 3-letter country code.

Should include bother A-2 (2-letter) and A-3 (3-letter)

Is their example of this tool in the wild? https://github.com/wooorm/iso-3166

Additional context As a Developer and DevOps Engineer, we always deal with servers naming or other stuff that require country code. A-2 is ok but A-3 would be hard to remember. It's good to have a tool can search.

In addition, if you can do something similar to the City Code (related npm packages) that would be great too.

sharevb commented 2 weeks ago

Hi @Zenuncl and @CorentinTh , implemented in #1327