Customize it here 👉 [Click me!](http://github-readme-streak-stats.herokuapp.com/demo/)
_________________________________________________________________
#### Spotify playing

Click the button below to connect your Spotify account with the Vercel app. This is needed to access your recently played tracks.
By authorizing the app, you agree to have your Spotify username, access token, and refresh token stored on a secure Firebase database. This is required so you only need to authorize once and the app can automatically refresh access tokens in order to retrieve recent tracks.
It counts how many times your GitHub profile has been viewed. Free cloud micro-service.
GitHub Profile Views Counter
Introduction
Try Ÿ HŸPE service as the more robust and feature rich solution.
GHPVС project is proof of concept. This counter designed to be an analytical instrument for you, but not for people who are visiting your profile It could be used to see profile views dynamics as result of development activity, blogging or taking part in a conference.
It counts how many times your GitHub profile has been viewed and displays them in your profile, for free.
Usage
Cloud solution launched as 100% free experience. Help me cut server costs if you like this service.
If you want to see big numbers in your profile, deploy a standalone solution to draw any views count you want without spamming our server. Everybody knows that any counters could be faked.
A billion fake profile views doesn't make you a very popular person, it makes you a person…
_________________________________________________________________
#### Blog Post workflow

Show your latest blog posts from any sources or StackOverflow activity or Youtube Videos on your GitHub profile/project readme automatically using the RSS feed
Blog post workflow
How to use
Star this repo 😉
Go to your repository
Add the following section to your README.md file, you can give whatever title you want. Just make sure that you use <!-- BLOG-POST-LIST:START --><!-- BLOG-POST-LIST:END --> in your readme. The workflow will replace this comment with the actual blog post list:
# Blog posts<!-- BLOG-POST-LIST:START --><!-- BLOG-POST-LIST:END -->
Create a folder named .github and create a workflows folder inside it, if it doesn't exist.
Create a new file named blog-post-workflow.yml with the following contents inside the workflows folder:
name: Latest blog post workflowonschedule: # Run workflow automatically
- cron: '0 * * * *'# Runs every hour, on the hourworkflow_dispatch: # Run workflow manually (without waiting for the cron to be called), through the GitHub Actions Workflow page directlypermissions:
contents:
Both methods will produce the following jokes card without border:
To use multiple parameters use '&' after the first parameter, e.g. ?hideBorder&theme=cobalt&qColor=%23944bcc&aColor=%23bbdb51
will produce a jokes card without border, with cobalt theme, answer color #944bcc and question color #bbdb51 like so:
You'll need a GitHub API Token with repo and user scope from here if you're running the action to get commit metrics
enabling the repo scope seems DANGEROUS
but this GitHub Action only accesses your commit timestamp and lines of code added or deleted in repository you contributed.
_________________________________________________________________
### 4. ALTERNATIVE WAY!
If you found things overwhelming, not to worry!
#### Here's how to do it (The Easy Way)
* GitHub profile README generator created by rahuldkjain
👉(https://rahuldkjain.github.io/gh-profile-readme-generator/)

* GitHub Profilinator
👉[Try it](https://profilinator.rishav.dev/)
[GitHub Repository](https://github.com/rishavanand/github-profilinator)
_________________________________________________________________
### OR
1. You can simply *fork* someone's repository

2. Click the *edit icon* in the README file

3. Copy the code and paste it onto your README file. Of course, you can modify it according to your choice.

_________________________________________________________________
### 5. Here's some inspiration and ideas!
List of GitHub profiles that have awesome customisation, that you can use for inspiration
Note: This repository is not included in the Hacktoberfest event, as it is for practice only!
Awesome GitHub profiles
List of GitHub profiles that have awesome customization, that you can use for inspiration.
Feel free to submit a pull request with your suggestions for awesome GitHub profiles.
How can I add my GitHub profile? 🤷♀️🤷♂️
Create an issue, with the title as your name, and in the description put a screenshot of the customised GitHub profile page (copy the generated image URL, this will be needed in the next step). The URL will look something like this https://github.com/EddieHubCommunity/awesome-github-profiles/assets/51878265/ee31b832-d549-4df9-8ffe-24419f9d0e46
Fork the project, using the top right corner button, that states fork
Create a file named your-username.json in the directory profiles with the following content.