Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zephyrpersonal/github-trending-crawler

transform github-trending repos to json data
https://github.com/zephyrpersonal/github-trending-crawler

cheerio crawler fetch github node repository spider trending

Last synced: 24 days ago
JSON representation

transform github-trending repos to json data

Awesome Lists containing this project

README

        

# Github Trending Crawler

## transform github trending page to json data

### Install

```bash
npm install github-trending-crawler
```

### Usage

```js
const { fetchTrending } = require('github-trending-crawler')

const repoList = await fetchTrending({
language: 'javascript',
since: 'daily'
})
```