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

https://github.com/zag/dialog-country-codes


https://github.com/zag/dialog-country-codes

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# dialog-country-codes

```
type CountryInfo = {
alpha: string,
codes: string[],
emoji: ?string
};
```