Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gfpaiva/zip-address
Veja os detalhes do endereço e o mapa com base em uma pesquisa de CEP
https://github.com/gfpaiva/zip-address
css html jest js react typescript
Last synced: 9 days ago
JSON representation
Veja os detalhes do endereço e o mapa com base em uma pesquisa de CEP
- Host: GitHub
- URL: https://github.com/gfpaiva/zip-address
- Owner: gfpaiva
- License: mit
- Created: 2019-06-14T01:47:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-01T08:05:23.000Z (almost 2 years ago)
- Last Synced: 2024-04-11T15:40:54.019Z (7 months ago)
- Topics: css, html, jest, js, react, typescript
- Language: TypeScript
- Homepage: https://gfpaiva-busca-cep.netlify.com/
- Size: 3.71 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BUSCA CEP #
[![Build Status](https://travis-ci.org/gfpaiva/zip-address.svg?branch=master)](https://travis-ci.org/gfpaiva/zip-address)
[BuscaCEP](https://gfpaiva-busca-cep.netlify.com/) Veja os detalhes do endereço e o mapa com base em uma pesquisa de CEP
## 🏃🏽♂️ Rodar projeto local
Antes de tudo crie um arquivo `.env` na raiz do projeto. Será necessário configurar a chave `MAPS_API_KEY` com a sua [API KEY do Google](https://developers.google.com/maps/documentation/geocoding/get-api-key)
`npm start` ou `npm start -- --no` e abra `http://localhost:3000/` no seu browser**Instalação**
- `npm install`Npm scripts:
| command | description |
| -------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- |
| npm run start | inicia servidor local em `localhost:3000` |
| npm run build:dev | cria build com arquivos "abertos" em modo de desenvolvimento |
| npm run build:prod | cria build para produção com arquivos minificatos e otimizados |## ✔️ Checks
- [TravisCI](https://travis-ci.org)
## 🔍 Testes
Feito com [Jest](https://jestjs.io/) e [Enzyme](https://airbnb.io/enzyme/)
Npm scripts:
| command | description |
| -------------------- | -------------------------------------------------- |
| npm test -- --watch | roda todos os testes em modo `watch` |## 🚀 Deploy
Hospedado no [netlify](https://www.netlify.com/).
Deploy feito pela CLI do netlify após os checks do TravisCI.## ⚖️ License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details