rinvex / countries

Rinvex Country is a simple and lightweight package for retrieving country details with flexibility. A whole bunch of data including name, demonym, capital, iso codes, dialling codes, geo data, currencies, flags, emoji, and other attributes for all 250 countries worldwide at your fingertips.
https://rinvex.com
MIT License
1.66k stars 208 forks source link

Beautify all JSON files & add production mode compilation command #71

Closed Omranic closed 3 years ago

Omranic commented 6 years ago

Currently all JSON files are compressed, which make it difficult to review PRs and check differences between revisions or even read source files humanly, it's compressed for the sake of size saving on production, but we can do better.

We'll convert all JSON files into well formatted source files, and will add command line tool to compile these files for production usage (optional).

Omranic commented 3 years ago

Closed due to inactivity and performance reasons too.