geo-country-state-code-selector

0.1.5 • Public • Published

Welcome to geo-country-state-code-selector 👋

Version License: MIT

Country and State Code simple selector

Prerequisites

  • node >=12

Install

yarn add geo-country-state-code-selector
npm install geo-country-state-code-selector

Usage

import GetPlaceCode from "geo-country-state-code-selector";

// No need to use perfect parameter
GetPlaceCode.getRegionCode("São Paulo"); // SP
GetPlaceCode.getRegionCode(", sao paulo"); // SP

GetPlaceCode.getPrefixedRegionCode(", State of São Paulo", "state-of"); // SP
GetPlaceCode.getPrefixedRegionCode(", State of São Paulo", "State Of"); // SP

GetPlaceCode.getCountryCode("Brazil"); // BR
GetPlaceCode.getPrefixedCountryCode("Federation of Brazil", "Federation of"); // BR

GetPlaceCode.getRegionCodeByCountry("brazil", "sao paulo"); // SP
GetPlaceCode.getPrefixedRegionCodeByCountry(
	"republic of brazil",
	"region of sao paulo",
	"republic of",
	"region of"
); // SP

Author

👤 Steinagel

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator

/geo-country-state-code-selector/

    Package Sidebar

    Install

    npm i geo-country-state-code-selector

    Weekly Downloads

    2

    Version

    0.1.5

    License

    MIT

    Unpacked Size

    186 kB

    Total Files

    5

    Last publish

    Collaborators

    • steinagel