Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/marcosvidolin/correios

Biblioteca cliente de informações dos correios. 📦
https://github.com/marcosvidolin/correios

brasil brazil client correios library typescript typescript-library

Last synced: 8 days ago
JSON representation

Biblioteca cliente de informações dos correios. 📦

Awesome Lists containing this project

README

        

# 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
```