Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/camila-isabela/ci-cep
https://github.com/camila-isabela/ci-cep
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/camila-isabela/ci-cep
- Owner: Camila-Isabela
- Created: 2021-06-09T21:58:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-29T13:45:52.000Z (over 3 years ago)
- Last Synced: 2024-11-19T15:02:07.827Z (about 2 months ago)
- Language: JavaScript
- Size: 50.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Criando um package no npm para formatar o CEP
## 1. Instale o pacote npm com o comando:
~~~~javascript
npm i ci-cep
~~~~
## 2. Depois crie uma variável para receber o pacote:~~~ javascript
const {formatCep} = require("ci-cep");
~~~## E "voilà"! Está feita a conversão do cep 😉
![Alt Exemplo](exemplo.png)