https://github.com/tiagodanin/github-vs
Compare two profiles of GitHub
https://github.com/tiagodanin/github-vs
github github-statistics github-stats webpack
Last synced: 9 months ago
JSON representation
Compare two profiles of GitHub
- Host: GitHub
- URL: https://github.com/tiagodanin/github-vs
- Owner: TiagoDanin
- License: mit
- Created: 2018-11-10T14:11:40.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-04-08T01:24:51.000Z (10 months ago)
- Last Synced: 2025-04-08T02:27:15.759Z (10 months ago)
- Topics: github, github-statistics, github-stats, webpack
- Language: JavaScript
- Homepage: https://tiagodanin.github.io/GitHub-VS/
- Size: 245 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitHub-VS
Compare two profiles of GitHub
- [tiagodanin.github.io/GitHub-VS/](https://tiagodanin.github.io/GitHub-VS/)
## Installation
This is a [Node.js](https://nodejs.org/) module available through the
[npm registry](https://www.npmjs.com/). It can be installed using the
[`npm`](https://docs.npmjs.com/getting-started/installing-npm-packages-locally)
or
[`yarn`](https://yarnpkg.com/en/)
command line tools.
```sh
npm install github-vs --save
```
## Dependencies
- [bytelabel](https://ghub.io/bytelabel): convert byte lengths into a nice formatted string
- [chart.js](https://ghub.io/chart.js): Simple HTML5 charts using the canvas element.
- [fetch-github-graphql](https://ghub.io/fetch-github-graphql): GitHub Graphql - Send request using Fetch API
## Dev Dependencies
- [webpack](https://ghub.io/webpack): Packs CommonJs/AMD modules for the browser. Allows to split your codebase into multiple bundles, which can be loaded on demand. Support loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.
- [webpack-cli](https://ghub.io/webpack-cli): CLI for webpack & friends
## License
MIT