Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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. 📦
- Host: GitHub
- URL: https://github.com/marcosvidolin/correios
- Owner: marcosvidolin
- License: mit
- Created: 2020-07-20T12:37:07.000Z (over 4 years ago)
- Default Branch: development
- Last Pushed: 2021-02-13T03:12:28.000Z (almost 4 years ago)
- Last Synced: 2024-05-05T06:02:08.925Z (9 months ago)
- Topics: brasil, brazil, client, correios, library, typescript, typescript-library
- Language: TypeScript
- Homepage:
- Size: 118 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 NativePara usar o **correios** em aplicações React Native é preciso instalar a seguinte dependencia no projeto:
```shell
yarn add react-native-cheerio
```