Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coala/gci-leaders
A website showing Google Code-in information 🏆
https://github.com/coala/gci-leaders
codein gci googlecodein json leaderboard mustache nodejs
Last synced: 3 months ago
JSON representation
A website showing Google Code-in information 🏆
- Host: GitHub
- URL: https://github.com/coala/gci-leaders
- Owner: coala
- Created: 2017-12-04T16:46:05.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T10:54:19.000Z (about 2 years ago)
- Last Synced: 2024-03-26T15:29:20.190Z (10 months ago)
- Topics: codein, gci, googlecodein, json, leaderboard, mustache, nodejs
- Language: JavaScript
- Homepage: https://gci-leaders.netlify.com
- Size: 17.4 MB
- Stars: 39
- Watchers: 11
- Forks: 45
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Google Code-in Leaders
***
This is a website to show the current leaders from all organizations in GCI.
***
* [Installation](#installation)
* [Languages](#languages)
* [Usage](#usage)
* [Getting Involved](#getting-involved)
* [Support](#support)
* [Authors](#authors)
* [License](#license)
***
### Note
You require `npm v5.8.0` which needs to be installed explicitly using
```
npm i [email protected] -g
```
`npm v5.8.0` is the latest release of npm which properly supports optional dependencies, so it won't download extra bits that are not needed, which can help in reducing data downloads.
***
### Installation
```
npm install
```
***
### Languages:
* Node.js
* JSON
***
### Usage:
```
npm run build
```
***
### Getting Involved
If you would like to be a part of the coala community, you can check out our [Getting In Touch](http://coala.readthedocs.io/en/latest/Help/Getting_In_Touch.html) page or ask us at our active Gitter channel, where we have maintainers from all over the world. We appreciate any help!
***
### Support
Feel free to contact us at our [Gitter channel](https://gitter.im/coala/coala), we'd be happy to help!
***
### Authors
You can contact to author for more information.
[blazeu](mailto:[email protected])
***
### License
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
***