Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aveek-saha/githubstats

A website where you can check download counts for GitHub releases, information like release author and date of publishing
https://github.com/aveek-saha/githubstats

download-counts github github-api github-stats releases vue vuejs website

Last synced: about 2 months ago
JSON representation

A website where you can check download counts for GitHub releases, information like release author and date of publishing

Awesome Lists containing this project

README

        

# Download Stats for GitHub
A website where you can check download counts for GitHub releases, along with information like release author and date of publishing.

Learn how to make this app from the Tutorial.

# Building from repository
- Clone the repository
- Run `npm install`
- Scripts:
* Run on localhost: `npm run serve`
* Build for production: `npm run build`

# Using the Website
Go to Stats for GitHub and type in the name of the the organisation/ repo owner, and a repository with releases.

Once you submit it, you'll see a list of all the releases, the total download count of all releases and the download count of each release.

The latest versions are highlighted in `green`, and pre-releases are marked in `yellow`.