https://github.com/transitive-bullshit/scrape-github-trending
Tutorial for web scraping / crawling with Node.js.
https://github.com/transitive-bullshit/scrape-github-trending
cheerio crawling scraping tutorial
Last synced: about 2 months ago
JSON representation
Tutorial for web scraping / crawling with Node.js.
- Host: GitHub
- URL: https://github.com/transitive-bullshit/scrape-github-trending
- Owner: transitive-bullshit
- Created: 2019-05-24T18:09:32.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-22T06:36:07.000Z (almost 3 years ago)
- Last Synced: 2025-02-24T16:10:05.118Z (4 months ago)
- Topics: cheerio, crawling, scraping, tutorial
- Language: JavaScript
- Size: 182 KB
- Stars: 43
- Watchers: 3
- Forks: 8
- Open Issues: 6
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# scrape-github-trending
> [Tutorial](https://hackernoon.com/scraping-the-web-with-node-js-f7da67d2f734) for web scraping / crawling with Node.js.
[](https://www.npmjs.com/package/scrape-github-trending) [](https://travis-ci.com/transitive-bullshit/scrape-github-trending) [](https://standardjs.com)
This repo contains the full code accompanying the article [Scraping the web with Node.js](https://blog.transitivebullsh.it/scraping-the-web-with-node-js).
## Install
```bash
yarn install
```## Usage
```js
node index.js
```Here is an [example output](./example-output.json).
## License
MIT © [Travis Fischer](https://transitivebullsh.it)