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

https://github.com/altipla-consulting/langs-js

[GERRIT] Utilities to prepare and translate langs.
https://github.com/altipla-consulting/langs-js

Last synced: 2 months ago
JSON representation

[GERRIT] Utilities to prepare and translate langs.

Awesome Lists containing this project

README

        

# langs

Utilities to prepare and translate langs.

## Install

```sh
npm i @altipla/langs
```

## Usage

### Basic usage

Import the package to have the pair of functions in scope:

```js
import { getLang } from '@altipla/langs'

console.log(getLang('es').name)
```