https://github.com/phaalonso/webcrawler_magalu
https://github.com/phaalonso/webcrawler_magalu
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/phaalonso/webcrawler_magalu
- Owner: phaalonso
- Created: 2021-04-01T23:28:21.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-01T23:36:28.000Z (over 5 years ago)
- Last Synced: 2025-02-15T09:49:22.448Z (over 1 year ago)
- Language: TypeScript
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Webcrawler
Tecnologias utilizadas:
- Typescript
- Express
- Https (lib para fazer requisições)
- Cheerio (HTML parser)
- Celebrate (verificação de parametros na requisições)
Rodando o projeto:
1. Instalação das bibliotecas com `yarn` ou `npm i`
2. Execução do projeto com `yarn start` ou `yarn dev`
Compilando o projeto:
1. Execute `npx tsc --build` na raiz do projeto
2. Rode o projeto com `node ./build/index.js`