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

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

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"
}
},
}]

```