Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 1f8ccfe

Browse files
committed
Removing Web Scrapping.
1 parent 74bfd9e commit 1f8ccfe

File tree

2 files changed

+0
-1
lines changed

2 files changed

+0
-1
lines changed

node/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ node ./dist/example-name.js
3636
* [API Server](./src/APIServer.ts) - server the receives that "ping" and responds with a "pong"
3737
* [Word counter](./src/WordCounter.ts) - shows how many of the desired words are presented in a file
3838
* [Wikipedia Search](./src/Wikipedia.ts) - searches the [Wikipedia](https://en.wikipedia.org/w/api.php?) website
39-
* [Web Scrapping](./src/WebScrapping.ts) - make a web scrapping in the [webscraper.io](https://www.webscraper.io/test-sites/e-commerce/static), pagination included
4039

4140
**note**: due to HTTP/HTTPS distinct way of handle localhost requests, in the examples HTTP is used instead of HTTPS because is a more easy way to set it up.
4241

node/src/WebScrapping.ts

Whitespace-only changes.

0 commit comments

Comments
 (0)