idata

0.0.3 • Public • Published

idata

Frequently used common data.

If links in this document not avaiable, please access README on GitHub directly.

Description

This package offers some frequently used common data.

Table of Contents

Links

Get Started

const alpha2 = require('idata/iso-3166-1-alpha-2');
alpha2.find(element => element.code == 'CN');
// { code: 'CN', year: 1974, name: 'China' }

Inclusion

References

/idata/

    Package Sidebar

    Install

    npm i idata

    Weekly Downloads

    747

    Version

    0.0.3

    License

    none

    Unpacked Size

    163 kB

    Total Files

    15

    Last publish

    Collaborators

    • youngoat