UNPKG

@adamlui/geolocate

Version:

Fetch IP geolocation data from the CLI.

15 lines (13 loc) 428 B
/** * geolocate.config.mjs * * Optional config file for the geolocate CLI. * Copy this file to your project root to set default options. * CLI arguments always override these values. * * Docs: https://github.com/adamlui/js-utils/tree/main/geolocate/#-command-line-usage */ export default { uiLang: '', // ISO 639-1 code of language to display UI in quietMode: false // suppress all logging except errors }