idata
Version:
Frequently used common data.
37 lines (24 loc) • 761 B
Markdown
# idata
__Frequently used common data.__
> If links in this document not avaiable, please access [README on GitHub](./README.md) directly.
## Description
This package offers some frequently used common data.
## Table of Contents
* [Links](#links)
* [Get Started](#get-started)
* [Inclusion](#inclusion)
* [References](#references)
## Links
* [CHANGE LOG](./CHANGELOG.md)
* [Homepage](https://github.com/YounGoat/idata)
## Get Started
```javascript
const alpha2 = require('idata/iso-3166-1-alpha-2');
alpha2.find(element => element.code == 'CN');
// { code: 'CN', year: 1974, name: 'China' }
```
## Inclusion
* [ISO-3166-1 Alpha-2](./docs/iso-3166-1-alpha-2.md)
* [MIME](./docs/mime.md)
* [TLD, Top Level Domains](./docs/tld.md)
## References