Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
dmythro committed Jul 6, 2014
1 parent 902749e commit de5e4c2
Showing 1 changed file with 40 additions and 3 deletions.
43 changes: 40 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,41 @@
Countries
=========
# Countries

Lists of Continents & Countries (with languages, capital and currency, native name, calling codes).
Continents & countries: ISO 3166-1 alpha-2 code, name, languages, capital and currency, native name, calling codes. Lists are available in JSON and SQL formats.

```
{
"continents": {
"AF": "Africa",
"AN": "Antarctica",
"AS": "Asia",
"EU": "Europe",
"NA": "North America",
"OC": "Oceania",
"SA": "South America"
},
"countries": {
"AD": {
"name": "Andorra",
"native": "Andorra",
"phone": "376",
"continent": "EU",
"capital": "EUR",
"currency": "And",
"languages": "ca"
},
...
}
}
```

Also, there's a minimal JSON file with only country by code object:

```
{
...
"UA":"Ukraine",
...
"US":"United States"
...
}
```

0 comments on commit de5e4c2

Please sign in to comment.