You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+37-28Lines changed: 37 additions & 28 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,12 @@
12
12
<h3align="center"><ahref="https://jb.gg/OpenSourceSupport">Supported by JetBrains</a></h3>
13
13
A dynamically generated activity graph to show your GitHub activities of last 31 days.
14
14
15
+
### ⚠️ NOTICE: DEPLOYMENT MOVED ⚠️
16
+
17
+
The deployment of this project is moved from `https://activity-graph.herokuapp.com` domain to `https://github-readme-activity-graph.cyclic.app`.
18
+
19
+
Please refer to the updated link [here](#how-to-use)
20
+
15
21
## Table of contents
16
22
17
23
-[Table of contents](#table-of-contents)
@@ -20,17 +26,18 @@ A dynamically generated activity graph to show your GitHub activities of last 31
20
26
-[Use themes](#use-themes)
21
27
-[Available Themes](#available-themes)
22
28
-[Customization](#customization)
23
-
-[Common Options](#common-options)
29
+
-[Common Options](#common-options)
24
30
-[Deploy on your own Heroku instance](#deploy-on-your-own-heroku-instance)
25
-
-[Step-by-step instructions for deploying to Heroku **(from UI)**](#step-by-step-instructions-for-deploying-to-heroku-from-ui)
26
-
-[Step-by-step instructions for deploying to Heroku **(from CLI)**](#step-by-step-instructions-for-deploying-to-heroku-from-cli)
31
+
-[Step-by-step instructions for deploying to Heroku (from UI)](#step-by-step-instructions-for-deploying-to-heroku-from-ui)
32
+
-[Step-by-step instructions for deploying to Heroku (from CLI)](#step-by-step-instructions-for-deploying-to-heroku-from-cli)
27
33
-[Deploy on your own Replit instance](#deploy-on-your-own-replit-instance)
28
-
-[Step-by-step instructions for deploying to Replit **(from UI)**](#step-by-step-instructions-for-deploying-to-replit-from-ui)
34
+
-[Step-by-step instructions for deploying to Replit (from UI)](#step-by-step-instructions-for-deploying-to-replit-from-ui)
29
35
-[Contributing](#contributing)
30
36
-[Core Team 💻](#core-team-)
31
37
-[Contributors ✨](#contributors-)
32
38
-[Resources Used to build this project](#resources-used-to-build-this-project)
33
-
-[Made with ❤ and TypeScript <imgsrc="https://www.vectorlogo.zone/logos/typescriptlang/typescriptlang-icon.svg"width="25">](#made-with--and-typescript-)
39
+
-[Star History](#star-history)
40
+
-[Made with ❤ and TypeScript ](#made-with--and-typescript-)
34
41
35
42
## How to Use
36
43
@@ -39,7 +46,7 @@ Just paste the following URL in your profile readme and you are good to go.
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.
114
122
115
-
You may use the server used by this project at <https://activity-graph.herokuapp.com> and pass in your username to access your graph.
116
-
E.g. `https://activity-graph.herokuapp.com/graph?username=<your_username>`
123
+
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.
124
+
E.g. `https://github-readme-activity-graph.cyclic.app/graph?username=<your_username>`
117
125
118
126
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.
119
127
@@ -143,9 +151,9 @@ However, if there are a large number of requests or if the heroku account being
143
151
144
152
1. Make a [Heroku](https://signup.heroku.com/) account.
145
153
2. Install the Heroku CLI
146
-
- Mac: `brew install heroku/brew/heroku`
147
-
- Ubuntu: `sudo snap install heroku --classic`
148
-
- Windows: [Find the Windows installer here](https://devcenter.heroku.com/articles/heroku-cli#download-and-install)
154
+
- Mac: `brew install heroku/brew/heroku`
155
+
- Ubuntu: `sudo snap install heroku --classic`
156
+
- Windows: [Find the Windows installer here](https://devcenter.heroku.com/articles/heroku-cli#download-and-install)
149
157
3. Clone the repository: `git clone https://github.com/Ashutosh00710/github-readme-activity-graph.git`
150
158
4. Navigate in to the directory: `cd github-readme-activity-graph`
151
159
5. Login to Heroku: `heroku login`
@@ -176,6 +184,7 @@ Now just add the following to your profile readme and you're good to go.
176
184
177
185

178
186
187
+
179
188
4. Visit [this link](https://github.com/settings/tokens/new?description=GitHub%20Readme%20Activity%20Graph) to create a new Personal Access Token
180
189
5. Scroll to the bottom and click "**Generate token**"
181
190
6. Wait clone done and add `Secrets` with your `Github token`
0 commit comments