# correios

Biblioteca cliente de informações dos correios. 📦

![CI](https://github.com/JaguarSolucoes/correios/workflows/CI/badge.svg?branch=master)

## Install

npm

```shell
npm i @jaguarsolucoes/correios
```

yarn

```shell
yarn add @jaguarsolucoes/correios
```

Para usar a tipagem com TypeScript instale também

```shell
yarn add @types/@jaguarsolucoes/correios
```
## React Native

Para usar o **correios** em aplicações React Native é preciso instalar a seguinte dependencia no projeto:

```shell
yarn add react-native-cheerio
```
