Skip to content

Commit

Permalink
Git Refactoring - GitHub Warning
Browse files Browse the repository at this point in the history
  • Loading branch information
SeuAliado committed Jul 8, 2024
0 parents commit 7c38707
Show file tree
Hide file tree
Showing 11 changed files with 145 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import_db/
3 changes: 3 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"error": true
}
3 changes: 3 additions & 0 deletions 404.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
permalink: /404.html
---
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
opencep.com
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
source "https://rubygems.org"
gem "jekyll"
gem "jekyll-theme-cayman"
21 changes: 21 additions & 0 deletions LICENSE
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.
69 changes: 69 additions & 0 deletions README.md
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!
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
theme: jekyll-theme-cayman
1 change: 1 addition & 0 deletions index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{% include_relative README.md %}
17 changes: 17 additions & 0 deletions refactoring.txt
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
25 changes: 25 additions & 0 deletions v1/README.md
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!

0 comments on commit 7c38707

Please sign in to comment.