Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joonhocho committed Jul 17, 2016
1 parent 6f32c5f commit 53f8d57
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ npm install --save country-calling-code
### Usage
```javascript
import codes from 'country-calling-code';

// codes with the following format:
[
{country: 'Afghanistan', countryCodes: ['93'], isoCode2: 'AF', isoCode3: 'AFG'},
{country: 'Albania', countryCodes: ['355'], isoCode2: 'AL', isoCode3: 'ALB'},
{country: 'Algeria', countryCodes: ['213'], isoCode2: 'DZ', isoCode3: 'DZA'},
...
]
```


Expand Down

0 comments on commit 53f8d57

Please sign in to comment.