https://github.com/thecollinsbyte/web-crawler
When I was a kid, my mother told me I could be anyone I wanted to be. Turns out, identity theft is a crime.
https://github.com/thecollinsbyte/web-crawler
Last synced: about 1 year ago
JSON representation
When I was a kid, my mother told me I could be anyone I wanted to be. Turns out, identity theft is a crime.
- Host: GitHub
- URL: https://github.com/thecollinsbyte/web-crawler
- Owner: TheCollinsByte
- Created: 2023-02-23T01:23:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-23T22:43:21.000Z (over 3 years ago)
- Last Synced: 2025-02-04T09:18:31.436Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 74.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web-Crawler
Project for the learning HTTP
# nvm commands
* nvm install
* nvm use
* node --version
# npm commands
* npm init
# Packages
### Dev Dependency "Intendened to be used by the developer (DEV)"
* jest (Test Tool (TDD)) Test run-time
- npm install --save-dev jest
### Nomarl Dependency "They are intended to be used by the application when it's running in production (PROD)"
* jsdom
- npm install jsdom