https://github.com/vineyardbovines/iso-locale-tools
Countries, ISO- codes, and locale specific tools
https://github.com/vineyardbovines/iso-locale-tools
Last synced: 6 months ago
JSON representation
Countries, ISO- codes, and locale specific tools
- Host: GitHub
- URL: https://github.com/vineyardbovines/iso-locale-tools
- Owner: vineyardbovines
- License: mit
- Created: 2021-11-14T19:16:12.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-26T11:29:20.000Z (over 1 year ago)
- Last Synced: 2025-04-20T01:45:57.730Z (6 months ago)
- Language: TypeScript
- Size: 969 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# locale-tools
All world countries, ISO- codes and data points about them, as well as tools for interfacing with that data.
| Package | Description |
| -- | -- |
| [`@locale-tools/countries`](./packages/countries) | All world countries |
| [`@locale-tools/currency`](./packages/currency) | Currencies list and conversion tool |
| [`@locale-tools/datetime`](./packages/datetime) | World timezones and datetime tools |
| [`@locale-tools/languages`](./packages/languages) | Languages list |
| [`@locale-tools/localization`](./packages/localization) | Localization and i18n tools |
| [`@locale-tools/navigation`](./packages/navigation) | Navigational tools |## Acknowledgements
- [https://github.com/mledoze/countries](https://github.com/mledoze/countries)
- [https://github.com/countries/countries](https://github.com/countries/countries)