https://github.com/4lessandrodev/bootcamp-igti
Projeto pratico II
https://github.com/4lessandrodev/bootcamp-igti
clean-architecture colors console figlet filesystem nodejs typescript
Last synced: 10 months ago
JSON representation
Projeto pratico II
- Host: GitHub
- URL: https://github.com/4lessandrodev/bootcamp-igti
- Owner: 4lessandrodev
- License: mit
- Created: 2020-10-06T01:59:48.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-10T13:13:09.000Z (about 5 years ago)
- Last Synced: 2025-01-07T14:25:05.947Z (12 months ago)
- Topics: clean-architecture, colors, console, figlet, filesystem, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 499 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bootcamp-igti
Projeto pratico II
##### Como utilizar este projeto
- `$ git clone https://github.com/ALESSANDROLMENEZES/bootcamp-igti.git`
- `$ cd bootcamp-igti`
- `$ npm install`
- `$ npm run test`
- `$ npm start`
Será exibido algumas opções de interação no próprio terminal
As opções são de 0 a 8
##### 'COMANDO', 'AÇÃO'
- 1: ENCONTRAR 5 ESTADOS COM MENOS CIDADES;
- 2: ENCONTRAR 5 ESTADOS COM MAIS CIDADES;
- 3: ENCONTRAR CIDADE COM MAIOR NOME DE CADA ESTADO;
- 4: ENCONTRAR CIDADE COM MAIOR NOME;
- 5: ENCONTRAR CIDADE COM MENOR NOME DE CADA ESTADO;
- 6: ENCONTRAR CIDADE COM MENOR NOME;
- 7: ENCONTRAR CIDADE DE UM ESTADO;
- 8: CRIAR UM JSON PARA CADA ESTADO;
- 0: SAIR;
[](./demo.jpg "terminal")