<br>
<br>
<br>
<div align="center">
<img src="https://raw.githubusercontent.com/soroushchehresa/github-readme-linkedin/master/linkedin-github.png" width="150" />
# GitHub Readme LinkedIn
A serverless application to get dynamically generated images from your LinkedIn profile on your GitHub READMEs!
</div>
<br>
<br>
## Usage
If you want to use this project on your GitHub profile, I recommend you [fork and deploy it to your own Vercel instance](https://github.com/soroushchehresa/github-readme-linkedin/#deploy-your-own) and use this project from your own URLs.
<br>
## Example
```MD
<img src="https://github-readme-linkedin-lrdc-cnbkc4fwm.vercel.app/user?username=ibrahimqasmi313" />
URL | Example | Description |
---|---|---|
/experience |
https://github-readme-linkedin-lrdc-cnbkc4fwm.vercel.app/experience?username=ibrahimqasmi313 |
Your LinkedIn experience section. |
/education |
https://github-readme-linkedin-lrdc-cnbkc4fwm.vercel.app/education?username=ibrahimqasmi313 |
Your LinkedIn education section. |
/skills |
https://github-readme-linkedin-lrdc-cnbkc4fwm.vercel.app/skills?username=ibrahimqasmi313 |
Your LinkedIn skills section. |
/languages |
https://github-readme-linkedin-lrdc-cnbkc4fwm.vercel.app/languages?username=ibrahimqasmi313 |
Your LinkedIn languages section. |
/user |
https://github-readme-linkedin-lrdc-cnbkc4fwm.vercel.app/user?username=ibrahimqasmi313 |
Your fullname, headline, and location. |
Name | Example | Description | Required |
---|---|---|---|
username |
?username=ibrahimqasmi313 |
Your LinkedIn username. | YES |
limit |
?username=ibrahimqasmi313&limit=10 |
Count of the list items. | NO |
You can deploy and use this project without any errors on your own Vercel instance by the following steps:
Guide on setting up Vercel 🔨
- Go to vercel.com
- Click on Login
- Sign in with GitHub by pressing Continue with GitHub
- Sign into GitHub and allow access to all repositories, if prompted
- Fork this repo
- Go back to your Vercel dashboard
- Select Import Project
- Select Import a Git Repository
- Keep defaults, then add an environment variable named
LINKEDIN_TOKEN
with your LinkedInli_at
cookie and click Deploy - You’re good to go—use your Vercel domain to call the API!