1.0.0 • Published 6 years ago

chisel-addon-iso3166 v1.0.0

Weekly downloads
8
License
MIT
Repository
github
Last release
6 years ago

ISO3166 (Chisel Mutator Addon)

Retrieves the ISO 3166 country code from a country name.

Installation

Use the Chisel RESTful API, Chisel CLI, or Chisel GUI to install this mutator addon.

Usage

After installation, this addon will be available on api.mutators.addons.iso3166 as a function with the following parameters:

  • country: The country name.

Example

api.mutators.addons.iso3166('United States'); // Returns 'US'