Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/freearhey/iso-639-3

ISO-639-3 language codes in JSON format
https://github.com/freearhey/iso-639-3

codes iso-639-3 language

Last synced: 2 months ago
JSON representation

ISO-639-3 language codes in JSON format

Awesome Lists containing this project

README

        

# iso-639-3

[ISO 639-3](https://iso639-3.sil.org/code_tables/639/data) language codes in JSON format.

## Install

```sh
npm install @freearhey/iso-639-3
```

## Usage

```js
import iso6393 from '@freearhey/iso-639-3'

const language = iso6393.find(lang => lang.code === 'eng')

/*
{
name: 'English',
code: 'eng'
}
*/
```

## License

[MIT](LICENSE)