https://github.com/timarney/changelog-web-scrape
Scrapes Changelog Nightly and pulls Top Repos
https://github.com/timarney/changelog-web-scrape
Last synced: about 1 year ago
JSON representation
Scrapes Changelog Nightly and pulls Top Repos
- Host: GitHub
- URL: https://github.com/timarney/changelog-web-scrape
- Owner: timarney
- License: mit
- Created: 2016-03-22T09:45:31.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-22T13:19:15.000Z (over 10 years ago)
- Last Synced: 2025-02-15T10:30:15.625Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# changelog-web-scrape
Sample Output
```
[{
"text": "googlesamples/android-UniversalMusicPlayer",
"href": "https://github.com/googlesamples/android-UniversalMusicPlayer",
"stats": {
"stars": "1038",
"up": "714",
"type": "Java"
}
}, {
"text": "wishstudio/flinux",
"href": "https://github.com/wishstudio/flinux",
"stats": {
"stars": "2061",
"up": "594",
"type": "C"
}
},
}]
```