All Projects → Ashutosh00710 → github-readme-activity-graph

Ashutosh00710 / github-readme-activity-graph

Licence: MIT license
A dynamically generated activity graph to show your GitHub activities of last 31 days.

Programming Languages

typescript
32286 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to github-readme-activity-graph

action-dynamic-readme
~ Dynamic ReadME Generator ~
Stars: ✭ 29 (-97.18%)
Mutual labels:  readme, dynamic
Raymo111
My awesome profile README
Stars: ✭ 110 (-89.31%)
Mutual labels:  readme, github-activity
github-readme-streak-stats
🔥 Stay motivated and show off your contribution streak! 🌟 Display your total contributions, current streak, and longest streak on your GitHub profile README
Stars: ✭ 1,395 (+35.57%)
Mutual labels:  readme, dynamic
readme-typing-svg
⚡ Dynamically generated, customizable SVG that gives the appearance of typing and deleting text. Typing SVGs can be used as a bio on your Github profile readme or repository.
Stars: ✭ 938 (-8.84%)
Mutual labels:  readme, dynamic
github-readme-linkedin
📋 A serverless application to get dynamically generated images from your LinkedIn profile on your GitHub READMEs
Stars: ✭ 52 (-94.95%)
Mutual labels:  readme, dynamic
guilyx
Dynamic Profile with github statistics, coding info (time and languages) with WakaTime and music status with the spotify API, leave a ⭐ if you like it
Stars: ✭ 175 (-82.99%)
Mutual labels:  readme, dynamic
Ios Readme Template
README.md template for your iOS open-source projects. Inspired by @dbader's readme-template
Stars: ✭ 170 (-83.48%)
Mutual labels:  readme
Github Profilinator
🚀 This tool contains mini GUI components that you can hook together to automatically generate markdown code for a perfect readme.
Stars: ✭ 225 (-78.13%)
Mutual labels:  readme
Generator Standard Readme
Scaffold out a Standard Readme
Stars: ✭ 150 (-85.42%)
Mutual labels:  readme
Recruitment
Kyashの採用応募者向けの公開情報をまとめたリポジトリ
Stars: ✭ 146 (-85.81%)
Mutual labels:  readme
Signals.jl
Multi-Paradigm Dynamic Fast Functional Reactive Programming in Julia
Stars: ✭ 37 (-96.4%)
Mutual labels:  dynamic
rainbow-bash-prompt
Make your bash prompt dynamically and randomly rainbow
Stars: ✭ 49 (-95.24%)
Mutual labels:  dynamic
Best Readme Template
An awesome README template to jumpstart your projects!
Stars: ✭ 4,726 (+359.28%)
Mutual labels:  readme
Novatorem
Dynamic realtime profile ReadMe linked with spotify
Stars: ✭ 176 (-82.9%)
Mutual labels:  readme
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 (+349.08%)
Mutual labels:  readme
Awesome Github Profile Readme Templates
This repository contains best profile readme's for your reference.
Stars: ✭ 163 (-84.16%)
Mutual labels:  readme
prestafony-project
Some resources to help you migrate PrestaShop to Symfony 3
Stars: ✭ 12 (-98.83%)
Mutual labels:  contribution
Markdown readme
Markdown - you can mark up titles, lists, tables, etc., in a much cleaner, readable and accurate way if you do it with HTML.
Stars: ✭ 146 (-85.81%)
Mutual labels:  readme
Toc Org
toc-org is an Emacs utility to have an up-to-date table of contents in the org files without exporting (useful primarily for readme files on GitHub)
Stars: ✭ 202 (-80.37%)
Mutual labels:  readme
Vectorlogozone
3,000+ gorgeous SVG logos, perfect for your README or credits page
Stars: ✭ 239 (-76.77%)
Mutual labels:  readme

Github Readme Activity Graph

Supported by JetBrains

A dynamically generated activity graph to show your GitHub activities of last 31 days.

⚠️ NOTICE: DEPLOYMENT MOVED ⚠️

The deployment of this project is moved from https://activity-graph.herokuapp.com domain to https://github-readme-activity-graph.cyclic.app.

Please refer to the updated link here

Table of contents

How to Use

Just paste the following URL in your profile readme and you are good to go.

Pass your username in the URL

[![Ashutosh's github activity graph](https://github-readme-activity-graph.cyclic.app/graph?username=Ashutosh00710)](https://github.com/ashutosh00710/github-readme-activity-graph)

Attention

Use themes

username=ashutosh00710&theme=theme_name

[![Ashutosh's github activity graph](https://github-readme-activity-graph.cyclic.app/graph?username=Ashutosh00710&theme=dracula)](https://github.com/ashutosh00710/github-readme-activity-graph)

Manual Customization is also available

Available Themes

Name Preview
Default (cotton candy) graph
react graph
react-dark graph
github graph
github-compact graph
xcode graph
rogue graph
merko graph
vue graph
tokyo-night graph
high-contrast graph

For more themes click here

Customization

Customize the appearance of your Activity Graph however you want with URL params.

Common Options

Arguments Description Type of Value
bg_color card's background color hex code (without #)
color graph card's text color hex code (without #)
title_color graph card's title color hex code (without #)
line graph's line color hex code (without #)
point color of points on line graph hex code (without #)
area_color color of the area under the graph hex code (without #)
area shows area under the graph boolean (default: false)
hide_border makes the border of the graph transparent boolean (default: false)
hide_title sets the title to an empty string boolean (default: false)
custom_title set the title to any string string
theme name of available themes string
radius border radius of graph number (0-16 inclusive)
height height of the graph number (200-600 inclusive)

For custom_title please make sure that you are using %20 for spaces

Example:

custom_title=This%20is%20a%20title

[![Ashutosh's github activity graph](https://github-readme-activity-graph.cyclic.app/graph?username=ashutosh00710&custom_title=This%20is%20a%20title&hide_border=true)](https://github.com/ashutosh00710/github-readme-activity-graph)

Example:

[![Ashutosh's github activity graph](https://github-readme-activity-graph.cyclic.app/graph?username=ashutosh00710&bg_color=fffff0&color=708090&line=24292e&point=24292e&area=true&hide_border=true)](https://github.com/ashutosh00710/github-readme-activity-graph)

Deploy on your own Heroku instance

The GitHub API only allows limited requests per hour, my activity-graph.herokuapp.com/graph could possibly hit the rate limiter. If you host it on your own Heroku server, then you don't have to worry about anything.

You may use the server used by this project at https://github-readme-activity-graph.cyclic.app and pass in your username to access your graph. E.g. https://github-readme-activity-graph.cyclic.app/graph?username=<your_username>

However, if there are a large number of requests or if the heroku account being used for the project runs out of dyno hours your graph will not load.

Step-by-step instructions for deploying to Heroku (from UI)

  1. Sign in to Heroku or create a new account at https://heroku.com
  2. Click the Deploy button below

Deploy

  1. On the page that comes up, click "Deploy App" at the end of the form
  2. Once the app is deployed, click "Manage App" to go to the dashboard
  3. Visit the "Settings" tab and click "Reveal Config Vars"
  4. Visit this link to create a new Personal Access Token
  5. Scroll to the bottom and click "Generate token"
  6. Add the token as a Config Var with the key TOKEN

TOKEN

  1. Scroll down to the Domains section to find the URL you will use in place of activity-graph.herokuapp.com

Step-by-step instructions for deploying to Heroku (from CLI)

  1. Make a Heroku account.
  2. Install the Heroku CLI
  3. Clone the repository: git clone https://github.com/Ashutosh00710/github-readme-activity-graph.git
  4. Navigate in to the directory: cd github-readme-activity-graph
  5. Login to Heroku: heroku login
  6. Create Heroku app: heroku create and copy the URL you are given as output.
  7. Deploy app to heroku: git push heroku main
  8. Generate personal access token. Copy your token.
  9. Set token as heroku config var: heroku config:set TOKEN=<your token goes here>

Now just add the following to your profile readme and you're good to go.

![Github Activity Graph](<url from step 6>/graph?username=<username>)

Deploy on your own Replit instance

Step-by-step instructions for deploying to Replit (from UI)

  1. Sign in to Replit or create a new account at https://replit.com
  2. Click the Deploy button below

Run on Repl.it

  1. On the page that comes up, choose language as Node.js and then click Import from GitHub Button

Replit

  1. Visit this link to create a new Personal Access Token
  2. Scroll to the bottom and click "Generate token"
  3. Wait clone done and add Secrets with your Github token

Secrets

  1. Click the green RUN button on top, the console will run and at last the url will shows on the right
  2. Now just add the following to your profile readme and you're good to go
![Github Activity Graph](<url from step 5>/graph?username=<username>)

Contributing

Please read through our contributing guidelines. Directions are included for opening issues, coding standards, and notes on development.

Core Team 💻


Ashutosh Dwivedi

📆 💻 📖 🤔

Kshitij Srivastava

📆 💻 📖 🎨

Contributors

Thanks goes to these wonderful people (emoji key):


Upamanyu Das

📖

Jonah Lawrence

💻 📖

Milind Modi

📖

Vaibhav

💻 📖

Jacob Philpott

💻 📖

Sonu Kumar

🎨 📖

Mykola Symon

💻

Sreyan Ghosh

🎨

Anant Mishra

🎨

Skyler

🎨

Iryna Mykoliuk

🎨

Dalpat Rathore

🎨 💻

Dmitriy Fishman

📖

MagicLike

🎨 💻

OnkarRuikar

💻

valetzx

📖

tranthaituananh

🎨 📖

polekstulod

📖

jmloudis

💻

This project follows the all-contributors specification. Contributions of any kind welcome!

Resources Used to build this project

Purpose Library Name Link
Graph Construction CHARTIST.JS https://github.com/gionkunz/chartist-js


Star History

Star History Chart

Made with and TypeScript

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