Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 month 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-23T22:43:21.000Z (almost 2 years ago)
- Last Synced: 2024-09-08T20:26:20.143Z (4 months 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