Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tiennhm/web-scraper-with-nodejs-and-typescript
Web scraper with Nodejs and Typescript
https://github.com/tiennhm/web-scraper-with-nodejs-and-typescript
axios cheerio nodejs typescript web-scraper
Last synced: about 2 months ago
JSON representation
Web scraper with Nodejs and Typescript
- Host: GitHub
- URL: https://github.com/tiennhm/web-scraper-with-nodejs-and-typescript
- Owner: TienNHM
- Created: 2024-04-11T09:52:21.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-11T09:52:24.000Z (10 months ago)
- Last Synced: 2024-05-01T12:41:55.551Z (9 months ago)
- Topics: axios, cheerio, nodejs, typescript, web-scraper
- Language: TypeScript
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web scraping with Node.js and Typescript
Source code for article series [Web scraping with Node.js and Typescript](https://dev.to/uiii/series/16972)
## How to run
```
npm install
npx ts-node index.ts
```