All Projects → werbhelius → github-profile

werbhelius / github-profile

Licence: Apache-2.0 license
See Your Github Profile Summary

Programming Languages

kotlin
9241 projects
FreeMarker
481 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to github-profile

Githubdb
A Lightweight Cloud based JSON Database with a MongoDB like API for Node.
Stars: ✭ 174 (+728.57%)
Mutual labels:  github-api
Tentacle
A Swift framework for the GitHub API
Stars: ✭ 244 (+1061.9%)
Mutual labels:  github-api
CleanArchitecture
Kotlin backend based on the Clean Architecture principles. Ktor, JWT, Exposed, Flyway, OpenAPI/REST & KGraphQL/GraphQL generated endpoints, Gradle.
Stars: ✭ 271 (+1190.48%)
Mutual labels:  ktor
Ansibullbot
Bot for management of Ansible issues and PRs on GitHub.
Stars: ✭ 183 (+771.43%)
Mutual labels:  github-api
Buildapks
Really quickly build APKs on handheld device (smartphone or tablet) in Amazon, Android, Chromebook and Windows📲 See https://buildapks.github.io/docsBuildAPKs/setup to start building APKs.
Stars: ✭ 218 (+938.1%)
Mutual labels:  github-api
Builderbook
Open source web application to learn JS stack: React, Material-UI, Next.js, Node.js, Express.js, Mongoose, MongoDB database.
Stars: ✭ 3,015 (+14257.14%)
Mutual labels:  github-api
Auto Green
自动保持 GitHub 提交状态常绿 a commit every day, keep your girlfriend far away.
Stars: ✭ 164 (+680.95%)
Mutual labels:  github-api
protomate
Python built CLI tool for automated github project initialization. Check the source code documentation here: https://rednafi.github.io/protomate/
Stars: ✭ 15 (-28.57%)
Mutual labels:  github-api
Metrics
📊 An infographics generator with 30+ plugins and 200+ options to display stats about your GitHub account and render them as SVG, Markdown, PDF or JSON!
Stars: ✭ 4,621 (+21904.76%)
Mutual labels:  github-api
admissions
Admissions is the gateway to Elixir School's private Slack
Stars: ✭ 18 (-14.29%)
Mutual labels:  github-api
Ghapi
A delightful and complete interface to GitHub's amazing API
Stars: ✭ 187 (+790.48%)
Mutual labels:  github-api
Curiosity
Find Amazing Github Projects ⚡️
Stars: ✭ 216 (+928.57%)
Mutual labels:  github-api
Jcabi Github
Object Oriented Wrapper of Github API
Stars: ✭ 252 (+1100%)
Mutual labels:  github-api
Octohatrack
🐙👒 Show _all_ the contributors to a GitHub repository.
Stars: ✭ 175 (+733.33%)
Mutual labels:  github-api
github releases exporter
Exports GitHub release metrics to the Prometheus format
Stars: ✭ 21 (+0%)
Mutual labels:  github-api
Beefun Pro
Github client for iOS in Swift.
Stars: ✭ 172 (+719.05%)
Mutual labels:  github-api
Hubcaps
a rust interface for github
Stars: ✭ 245 (+1066.67%)
Mutual labels:  github-api
RxSwift-VIPER-iOS
RxSwiftVIPER is an sample iOS App written in RxSwift using the VIPER architecture. Also RxSwiftVIPER is not a strict VIPER architecture.
Stars: ✭ 47 (+123.81%)
Mutual labels:  github-api
api-service
The REST API backend server for the Jalgaon CoHelp application. Built with Kotlin Ktor.
Stars: ✭ 26 (+23.81%)
Mutual labels:  ktor
pouchrobot
An AI robot to collaborate in any open source project on GitHub
Stars: ✭ 39 (+85.71%)
Mutual labels:  github-api

Github Profile Summary

  • Github user info
  • Contributions in the last year
  • Top star language
  • Top language rank
  • Repos language pie chart
  • Star Languae pir chart
  • Repos commits pie chart

screenshot

image

build

Create a new file named config.properties and write code like:

github.host = https://api.github.com/graphql
github.token = XXXXXXXXXXXXXXXXXXXXXXXXXXXXX
github.rank = http://git-awards.com/api/v0/users/
./gradlew clean build

docker

docker build -t github-profile .
docker run -p 3000:8000 --rm github-profile

docker with heroku

heroku login
heroku container:login
heroku container:push web --app APP_NAME   
heroku container:release web --app APP_NAME
heroku open --app APP_NAME  
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].