diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0f28a0d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +import_db/ \ No newline at end of file diff --git a/404.html b/404.html new file mode 100644 index 0000000..27b69e4 --- /dev/null +++ b/404.html @@ -0,0 +1,3 @@ +{ + "error": true +} diff --git a/404.md b/404.md new file mode 100644 index 0000000..d679fd7 --- /dev/null +++ b/404.md @@ -0,0 +1,3 @@ +--- +permalink: /404.html +--- diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..6fbfa80 --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +opencep.com \ No newline at end of file diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..47649a3 --- /dev/null +++ b/Gemfile @@ -0,0 +1,3 @@ +source "https://rubygems.org" +gem "jekyll" +gem "jekyll-theme-cayman" diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..f1aeb85 --- /dev/null +++ b/LICENSE @@ -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. diff --git a/README.md b/README.md new file mode 100644 index 0000000..629ba69 --- /dev/null +++ b/README.md @@ -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 1.192.347 CEPs 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! diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..c419263 --- /dev/null +++ b/_config.yml @@ -0,0 +1 @@ +theme: jekyll-theme-cayman \ No newline at end of file diff --git a/index.md b/index.md new file mode 100644 index 0000000..4a37bbe --- /dev/null +++ b/index.md @@ -0,0 +1 @@ +{% include_relative README.md %} diff --git a/refactoring.txt b/refactoring.txt new file mode 100644 index 0000000..a28e23e --- /dev/null +++ b/refactoring.txt @@ -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 \ No newline at end of file diff --git a/v1/README.md b/v1/README.md new file mode 100644 index 0000000..4eeaedf --- /dev/null +++ b/v1/README.md @@ -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!