0.1.5 • Published 3 years ago

geo-country-state-code-selector v0.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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

0.1.2

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.5

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago

0.0.0

3 years ago