Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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