Merge pull request #77 from anuraghazra/funding

chore: added funding link
This commit is contained in:
Anurag Hazra 2020-07-16 14:06:20 +05:30 committed by GitHub
commit 331295139d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 5 deletions

12
.github/FUNDING.yml vendored Normal file
View file

@ -0,0 +1,12 @@
# These are supported funding model platforms
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: # Replace with a single Patreon username
open_collective: # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
custom: ["https://www.paypal.me/anuraghazra"] # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']

View file

@ -1,6 +1,7 @@
<p align="center"> <p align="center">
<h2 align="center">GitHub Readme Stats</h2> <h2 align="center">GitHub Readme Stats</h2>
<p align="center">Get dynamically generated GitHub stats on your readmes!</p> <p align="center">Get dynamically generated GitHub stats on your readmes!</p>
</p>
<p align="center"> <p align="center">
<a href="https://github.com/anuraghazra/github-readme-stats/actions"> <a href="https://github.com/anuraghazra/github-readme-stats/actions">
@ -22,6 +23,7 @@
<a href="https://github.com/anuraghazra/github-readme-stats/issues">Request Feature</a> <a href="https://github.com/anuraghazra/github-readme-stats/issues">Request Feature</a>
</p> </p>
</p> </p>
<p align="center">Loved the project? Please consider <a href="https://www.paypal.me/anuraghazra">donating</a> to help it improve!
# Features # Features
@ -151,18 +153,18 @@ Since the GitHub API only allows 5k requests per hour, it is possible that my `h
1. Go to [vercel.com](https://vercel.com/) 1. Go to [vercel.com](https://vercel.com/)
1. Click on `Log in` 1. Click on `Log in`
![](https://files.catbox.moe/tct1wg.png) ![](https://files.catbox.moe/tct1wg.png)
1. Sign in with GitHub by pressing `Continue with GitHub` 1. Sign in with GitHub by pressing `Continue with GitHub`
![](https://files.catbox.moe/btd78j.jpeg) ![](https://files.catbox.moe/btd78j.jpeg)
1. Sign into GitHub and allow access to all repositories, if prompted 1. Sign into GitHub and allow access to all repositories, if prompted
1. Fork this repo 1. Fork this repo
1. Go back to your [Vercel dashboard](https://vercel.com/dashboard) 1. Go back to your [Vercel dashboard](https://vercel.com/dashboard)
1. Select `Import Project` 1. Select `Import Project`
![](https://files.catbox.moe/qckos0.png) ![](https://files.catbox.moe/qckos0.png)
1. Select `Import Git Repository` 1. Select `Import Git Repository`
![](https://files.catbox.moe/pqub9q.png) ![](https://files.catbox.moe/pqub9q.png)
1. Select root and keep everything as is, just add your environment variable named GITHUB_TOKEN (as shown), which will contain a personal access token (PAT), which you can easily create [here](https://github.com/settings/tokens/new) (leave everything as is, just name it something, it can be anything you want) 1. Select root and keep everything as is, just add your environment variable named GITHUB_TOKEN (as shown), which will contain a personal access token (PAT), which you can easily create [here](https://github.com/settings/tokens/new) (leave everything as is, just name it something, it can be anything you want)
![](https://files.catbox.moe/caem5b.png) ![](https://files.catbox.moe/caem5b.png)
1. Click deploy, and you're good to go. See your domains to use the API! 1. Click deploy, and you're good to go. See your domains to use the API!
</details> </details>