Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arif98741/data

Data in various formats. Countries, months and locales in HTML, JSON and PHP
https://github.com/arif98741/data

Last synced: about 2 months ago
JSON representation

Data in various formats. Countries, months and locales in HTML, JSON and PHP

Awesome Lists containing this project

README

        

Data In Multiple Formats
========================

I'm frequently in need of data in various formats, so I created this repo to store the data I use most often in a few common formats.

Data here is all public domain, so please feel free to use any of it.

Sources
-------

### Countries

* Wikipedia for country name, TLD, ISO codes and alternative spellings
* http://www.currency-iso.org/ for currency codes
* Alternative spellings and relevance are inspired by https://github.com/JamieAppleseed/selectToAutocomplete
* Region and subregion are taken from https://github.com/hexorx/countries

### Locales

* Java's SimpleDateFormat.getAvailableLocales()

Credits
-------

Thanks to @mledoze for country data.