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

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

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