https://github.com/mrsunshyne/world_countries_resource
A list of all the countries in the world, with their location, and official standard codes.
https://github.com/mrsunshyne/world_countries_resource
Last synced: 3 months ago
JSON representation
A list of all the countries in the world, with their location, and official standard codes.
- Host: GitHub
- URL: https://github.com/mrsunshyne/world_countries_resource
- Owner: MrSunshyne
- Created: 2013-05-28T09:50:28.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-05-28T12:23:09.000Z (about 12 years ago)
- Last Synced: 2025-01-26T02:50:29.479Z (5 months ago)
- Language: JavaScript
- Size: 223 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# World Countries Resource
###### Version 0.1 Authored by Ramgolam Sandeep.This repo is aimed at providing a reliable list of Countries accompanied with relevant information that might come in handy while building web applications.
## This includes the following
* country : Country Name
* alpha_3_code : XXX Country Code
* numeric_code : ### Numeric country code
* iso_3166_2 codes : Iso stuff Codes
* alpha_2_code : ## Country Code
* latitude : Latitude
* longitude : LongitudeIts also available as a Gist [here](https://gist.github.com/MrSunshyne/5662107)
A sample application is included in the repo. It demonstrates the usage of this dataset with Google Maps API. The latitude and longitude have been used to plot the flags on the world map. Simple when you have the data. :)
## [Click to view demo](http://mrsunshyne.github.io/demo/world-countries-resource/)
## Source
Of course, I didnt invent or measure all these data. Here are the sources :* List of countries were taken from [Wikipedia](http://en.wikipedia.org/wiki/ISO_3166-1)
* Flags were forked from [4Chan](https://github.com/4chan/4chan-API)### Todo
* Add phone codes.