All Projects → tamino-martinius → Contributions.taminomartinius.de

tamino-martinius / Contributions.taminomartinius.de

Licence: other
Website to display a bunch of different commit statistics fetched by GitHub GraphQL API

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Contributions.taminomartinius.de

Github Stats
Better GitHub statistics images for your profile, no external server required
Stars: ✭ 338 (+170.4%)
Mutual labels:  github-api, statistics
Github Repo Size
🚀 Chrome extension to display repository size on GitHub
Stars: ✭ 859 (+587.2%)
Mutual labels:  github-api, statistics
Github Traffic
Get the Github traffic for the specified repository
Stars: ✭ 77 (-38.4%)
Mutual labels:  github-api, statistics
Github ecto
Ecto adapter for GitHub API
Stars: ✭ 114 (-8.8%)
Mutual labels:  github-api
Deployments
❗️GitHub Action for working painlessly with deployment statuses
Stars: ✭ 115 (-8%)
Mutual labels:  github-api
Github Downloads Count
A script to get downloads count of your GitHub repositories
Stars: ✭ 120 (-4%)
Mutual labels:  github-api
Awesome Shiny Apps For Statistics
🌟 A curated list of Awesome Shiny Apps for Statistics (ASAS)🌟
Stars: ✭ 124 (-0.8%)
Mutual labels:  statistics
Gitstats
An open source github contribution analyzer
Stars: ✭ 115 (-8%)
Mutual labels:  github-api
Gun Violence Data
A comprehensive, accessible database that contains records of over 260k US gun violence incidents from January 2013 to March 2018.
Stars: ✭ 123 (-1.6%)
Mutual labels:  statistics
Fitter
Fit data to many distributions
Stars: ✭ 118 (-5.6%)
Mutual labels:  statistics
Ml Dl Scripts
The repository provides usefull python scripts for ML and data analysis
Stars: ✭ 119 (-4.8%)
Mutual labels:  statistics
Github To Sqlite
Save data from GitHub to a SQLite database
Stars: ✭ 116 (-7.2%)
Mutual labels:  github-api
React Graphql Github Apollo
🚀 A React + Apollo + GraphQL GitHub Client. Your opportunity to learn about these technologies in a real world application.
Stars: ✭ 1,563 (+1150.4%)
Mutual labels:  github-api
Android Issue Reporter
A powerful and simple library to open issues on GitHub directly from your app.
Stars: ✭ 115 (-8%)
Mutual labels:  github-api
Statistical Rethinking
An interactive online reading of McElreath's Statistical Rethinking
Stars: ✭ 123 (-1.6%)
Mutual labels:  statistics
Mlr
Machine Learning in R
Stars: ✭ 1,542 (+1133.6%)
Mutual labels:  statistics
Mne Python
MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python
Stars: ✭ 1,766 (+1312.8%)
Mutual labels:  statistics
Blog
✒️记录技术的新博客,采用Vue3开发,使用GitHub API进行数据交互
Stars: ✭ 119 (-4.8%)
Mutual labels:  github-api
Calculate All
calculate_all method for aggregate functions in Active Record
Stars: ✭ 118 (-5.6%)
Mutual labels:  statistics
Git Hub
Git command line interface to GitHub
Stars: ✭ 119 (-4.8%)
Mutual labels:  github-api

GitHub Contributions UI

Visit Website

Preview

Requirement

You need to create a json file including statistics about your commit. I created another another GitHub project to fetch them with an AWS lambda function (can also be fetched locally using sam local.

Configuration

Change the GITHUB_USER_LOGIN to the filename of your statistics json.

Run locally

  • npm install (once)
  • npm run start (to start the local webserver on port 3000)

Deploy

You can either run npm run build:production to create the release code at the dist folder, or change the settings at the config file in the root directory to deploy the code to AWS S3 with npm run deploy.

The project is build to run best within the same s3 bucket which is used for the lambda function.

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].