Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 12 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-22T06:36:07.000Z (over 2 years ago)
- Last Synced: 2024-10-20T01:09:22.230Z (15 days 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.
[![NPM](https://img.shields.io/npm/v/scrape-github-trending.svg)](https://www.npmjs.com/package/scrape-github-trending) [![Build Status](https://travis-ci.com/transitive-bullshit/scrape-github-trending.svg?branch=master)](https://travis-ci.com/transitive-bullshit/scrape-github-trending) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](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)