All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Fix Bug: Mismatched letter case and unicode issue in nameen and nameth
- Add PULL_REQUEST_TEMPLATE.md
- Added
id
key with an integer value to each object in the following files:src/provinces.json
src/districts.json
src/subdistricts.json
src/geography.json
- Updated
README.md
to reflect the addition of theid
key in the JSON files.
- Updated README.md with new sections for Installation and Usage.
- Initial project setup with JSON files for provinces, districts, subdistricts, and geography information.
src/geography.json
containing all the information from provinces, districts, and subdistricts, including postal codes.src/provinces.json
containing information about Thai provinces, including province codes and names in both English and Thai.src/districts.json
containing information about Thai districts, including district codes, names in both English and Thai, and the province code they belong to.src/subdistricts.json
containing information about Thai subdistricts, including subdistrict codes, names in both English and Thai, and the district and province code they belong to..gitignore
file to exclude specific files and folders from being tracked by Git..editorconfig
file to maintain consistent coding styles across different text editors and IDEs.CONTRIBUTING.md
file with guidelines for contributors to the project.CODE_OF_CONDUCT.md
file with expectations for contributors and a welcoming, inclusive community.README.md
file with an overview of the project and instructions for usage.LICENSE
file containing the MIT License for the project.