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: 7 months 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 (about 5 years ago)
- Default Branch: development
- Last Pushed: 2021-02-13T03:12:28.000Z (over 4 years ago)
- Last Synced: 2024-05-05T06:02:08.925Z (over 1 year 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. 📦

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