Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zephyrpersonal/github-trending-crawler
- Owner: zephyrpersonal
- Created: 2018-01-05T01:43:29.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-05T06:56:21.000Z (almost 7 years ago)
- Last Synced: 2024-10-01T02:21:37.670Z (about 1 month ago)
- Topics: cheerio, crawler, fetch, github, node, repository, spider, trending
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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'
})
```