Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aveek-saha/githubstats
- Owner: Aveek-Saha
- License: mit
- Created: 2018-11-10T08:37:03.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T01:37:55.000Z (almost 2 years ago)
- Last Synced: 2024-04-13T18:04:06.295Z (9 months ago)
- Topics: download-counts, github, github-api, github-stats, releases, vue, vuejs, website
- Language: Vue
- Homepage: https://githubstats.aveek.io
- Size: 2.76 MB
- Stars: 15
- Watchers: 2
- Forks: 5
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.