Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/arif98741/data
- Owner: arif98741
- Fork: true (brandonwamboldt/data)
- Created: 2018-03-08T19:26:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2014-10-20T11:16:06.000Z (about 10 years ago)
- Last Synced: 2024-05-21T08:14:48.860Z (6 months ago)
- Language: PHP
- Homepage:
- Size: 180 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.