-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 7c38707
Showing
11 changed files
with
145 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
import_db/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"error": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
--- | ||
permalink: /404.html | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
opencep.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
source "https://rubygems.org" | ||
gem "jekyll" | ||
gem "jekyll-theme-cayman" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2023 Seu Aliado | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
## OpenCEP - Gateway e WebService de CEP Grátis | ||
### WebService de CEP e IBGE Grátis para E-Commerce, ERP, NFe e muito mais! | ||
|
||
Cansado do sistema dos Correios fora do ar? ou ainda pagar por uma simples consulta de CEP? | ||
|
||
Consulte CEPs de todo o Brasil Grátis e sem Limites. | ||
100% Open Source e altamente disponível usando Google Cloud Storage + CDN CloudFlare! | ||
|
||
### Alternativa para Busca CEP dos Correios, ViaCEP e API Consulta CEP! | ||
A maior e mais completa API. | ||
|
||
Um total <b>1.192.347 CEPs</b> válidos! | ||
|
||
### Estamos online desde 2021! | ||
|
||
Perfeito para autocomplete e preenchimento de informações! | ||
|
||
### Super fácil de usar e integrar com todas as plataformas: | ||
|
||
```markdown | ||
opencep.com/v1/15050305 | ||
``` | ||
ou | ||
```markdown | ||
opencep.com/v1/15050305.json | ||
``` | ||
|
||
### Use todas as integração em várias linguagens no Postman: | ||
|
||
[![Run in Postman](https://run.pstmn.io/button.svg)](https://app.getpostman.com/run-collection/3084518-e1c46f9e-fd0d-4cb6-8d02-0ba532273e5a?action=collection%2Ffork&collection-url=entityId%3D3084518-e1c46f9e-fd0d-4cb6-8d02-0ba532273e5a%26entityType%3Dcollection%26workspaceId%3D121752ec-9dfc-4ea6-8ad0-9e3fe06c3558) | ||
|
||
### Cansou de esperar? Api até 10X mais Rápido com resposta média de 50 ms: | ||
|
||
Não importa onde esta localizado o seu servidor usamos uma CDN global junto com a metodologia | ||
JAMSTACK e isso deixa super rápido e disponível com SLA de 99,99% e ainda Grátis! | ||
|
||
Teste você mesmo! | ||
|
||
### HTTPS sempre e CORS livre! | ||
|
||
Compátivel com todas as APIs e plataformas. | ||
|
||
### Não quer depender de nenhuma API? Coloque no seu servidor! | ||
|
||
Faça download do banco de dados dos correios ibge e CEP na versão mais atual no link abaixo e hospede em qualquer local: | ||
|
||
https://github.com/SeuAliado/OpenCEP/releases/ | ||
|
||
### Achou um CEP incorreto? | ||
|
||
Faça um pull request com os dados corretos. Simples, prático e eficiente! | ||
|
||
### Atualização dos Correios?! | ||
|
||
Atualizamos frequentemente a base de dados junto com os Correios! | ||
|
||
### Achou um erro? | ||
|
||
Abra um Issue no GitHub. | ||
|
||
### Sugestões ou Críticas?! | ||
|
||
Abra um chamado que vamos ficar feliz em ajudar! | ||
|
||
### Gostou e quer ajudar? | ||
|
||
Um star no gihub ajuda muito!!!! | ||
|
||
Obrigado! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
theme: jekyll-theme-cayman |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{% include_relative README.md %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Check out to a temporary branch: | ||
git checkout --orphan TEMP_BRANCH | ||
|
||
# Add all the files: | ||
git add -A | ||
|
||
# Commit the changes: | ||
git commit -am "Git Refactoring - GitHub Warning" | ||
|
||
# Delete the old branch: | ||
git branch -D master | ||
|
||
# Rename the temporary branch to master: | ||
git branch -m master | ||
|
||
# Finally, force update to our repository: | ||
git push -f origin master |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
## Download dos arquivos da pasta V1 dos arquivos JSON na ultima versão do projeto no link abaixo: | ||
|
||
https://github.com/SeuAliado/OpenCEP/releases/ | ||
|
||
### Achou um CEP incorreto? | ||
|
||
Faça um pull request com os dados corretos. Simples, prático e eficiente! | ||
|
||
### Atualização dos Correios?! | ||
|
||
Atualizamos frequentemente a base de dados junto com os Correios! | ||
|
||
### Achou um erro? | ||
|
||
Abra um Issue no GitHub. | ||
|
||
### Sugestões ou Críticas?! | ||
|
||
Abra um chamado que vamos ficar feliz em ajudar! | ||
|
||
### Gostou e quer ajudar? | ||
|
||
Um star no gihub ajuda muito!!!! | ||
|
||
Obrigado! |