Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/freearhey/iso-639-3
- Owner: freearhey
- License: mit
- Created: 2021-07-06T16:09:07.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-06T17:41:07.000Z (over 3 years ago)
- Last Synced: 2024-09-25T07:22:45.769Z (3 months ago)
- Topics: codes, iso-639-3, language
- Language: JavaScript
- Homepage:
- Size: 73.2 KB
- Stars: 6
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)