All Projects → lipis → github-stats

lipis / github-stats

Licence: MIT license
🌟 GitHub Stats is all about stars, forks, repos, followers and more

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects
coffeescript
4710 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
shell
77523 projects

Projects that are alternatives of or similar to github-stats

Golang Samples
Sample apps and code written for Google Cloud in the Go programming language.
Stars: ✭ 3,088 (+3369.66%)
Mutual labels:  google-appengine
gsc-logger
Google Search Console Logger for Google App Engine
Stars: ✭ 38 (-57.3%)
Mutual labels:  google-appengine
memcache.php
An APC-like stats/info page for your memcached servers.(unix socket support)
Stars: ✭ 20 (-77.53%)
Mutual labels:  stats
LeetCode-Stats-Card
Show your dynamically generated LeetCode stats on your GitHub profile or your website!
Stars: ✭ 207 (+132.58%)
Mutual labels:  stats
cryptocharts
Cryptocurrency stats and charts displayed in your terminal.
Stars: ✭ 55 (-38.2%)
Mutual labels:  stats
luceneappengine
This project provides a directory useful to build Lucene and Google App Engine powered applications
Stars: ✭ 16 (-82.02%)
Mutual labels:  google-appengine
GaeSupportLaravel
Run Laravel on Google App Engine
Stars: ✭ 22 (-75.28%)
Mutual labels:  google-appengine
pali
Pāḷi Tipiṭaka and Pāḷi Dictionaries
Stars: ✭ 20 (-77.53%)
Mutual labels:  google-appengine
Time-Series-Analysis-and-Forecasting-with-Python
No description or website provided.
Stars: ✭ 24 (-73.03%)
Mutual labels:  stats
clappr-plugins
Main plugins for the Clappr project
Stars: ✭ 22 (-75.28%)
Mutual labels:  stats
deploy-appengine
A GitHub Action that deploys source code to Google App Engine.
Stars: ✭ 184 (+106.74%)
Mutual labels:  google-appengine
valorant-stats
Valorant statistics bot built with Discord.js using MongoDB
Stars: ✭ 29 (-67.42%)
Mutual labels:  stats
quakestats
Quake 3 Arena / Quake Live match processing app
Stars: ✭ 18 (-79.78%)
Mutual labels:  stats
Minefana
Bungee/Spigot plugin to send stats to a InfluxDB to be displayed by a Grafana instance.
Stars: ✭ 23 (-74.16%)
Mutual labels:  stats
clojure-app-engine
A skeleton to get started with Clojure on Google App Engine
Stars: ✭ 13 (-85.39%)
Mutual labels:  google-appengine
javadoc-badge
Badge for Javadoc (or any other jvm doc). redirect to sonatype or javadoc.io
Stars: ✭ 16 (-82.02%)
Mutual labels:  google-appengine
CovidIndiaStats
A dashboard to visualise the spread of covid19 in India(state and districtwise) and around the world(countrywise).
Stars: ✭ 22 (-75.28%)
Mutual labels:  stats
Valorant-Zone-Stats
View your VALORANT performance in different areas of every map in the game!
Stars: ✭ 72 (-19.1%)
Mutual labels:  stats
sabnzbd-influxdb-export
Export SABnzbd stats to InfluxDB
Stars: ✭ 16 (-82.02%)
Mutual labels:  stats
FacebookChatStatistics
Statistics of any Facebook Messenger conversation
Stars: ✭ 49 (-44.94%)
Mutual labels:  stats

GitHub Stats

Slack Status code style: prettier

GitHub Stats is just a fun project based on gae-init

Requirements

Make sure you have all of the above or refer to the docs on how to install the requirements.

Running the Development Environment

cd /path/to/github-stats
gulp

To test it visit http://localhost:3000 in your browser.


For a complete list of commands:

gulp help

Initializing or Resetting the project

cd /path/to/github-stats
npm install
gulp

If something goes wrong you can always do:

gulp reset
yarn
gulp

To install Gulp as a global package:

yarn global add gulp-cli

Local testing

If you wish to run an automated test script, there is an additional dependency which can be installed with:

pip install -r test-requirements.txt

A simple test script framework, following the approach from the Google App Engine docs, can be run:

python main/runner.py --test-path tests ${HOME}/google-cloud-sdk/

This simply tests that the site can start up; that the index page exists (and returns an http response code of 200), and that a non-existent page returns an http response code of 404.

The test framework is easily extensible.

Deploying on Google App Engine

gulp deploy
gulp deploy --project=foo
gulp deploy --project=foo --version=bar
gulp deploy --project=foo --version=bar --no-promote

Tech Stack

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].