Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)