Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soroushchehresa/github-readme-linkedin
📋 A serverless application to get dynamically generated images from your LinkedIn profile on your GitHub READMEs
https://github.com/soroushchehresa/github-readme-linkedin
dynamic github-readme-linkedin linkedin linkedin-profile linkedin-scraper profile-readme readme readme-dynamic readme-generation readme-generator readme-md serverless vercel-serverless
Last synced: 18 days ago
JSON representation
📋 A serverless application to get dynamically generated images from your LinkedIn profile on your GitHub READMEs
- Host: GitHub
- URL: https://github.com/soroushchehresa/github-readme-linkedin
- Owner: soroushchehresa
- Created: 2020-07-23T21:09:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-31T00:04:43.000Z (4 months ago)
- Last Synced: 2024-07-31T20:28:43.307Z (4 months ago)
- Topics: dynamic, github-readme-linkedin, linkedin, linkedin-profile, linkedin-scraper, profile-readme, readme, readme-dynamic, readme-generation, readme-generator, readme-md, serverless, vercel-serverless
- Language: TypeScript
- Homepage:
- Size: 282 KB
- Stars: 109
- Watchers: 3
- Forks: 75
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-GithubProfile-README - Github-readme-linkedin
- awesome-github-profile - GitHub Readme LinkedIn - Get dynamically generated images from your LinkedIn profile on your GitHub readmes (Tools)
- fucking-awesome-github-profile-readme - GitHub Readme LinkedIn - Get dynamically generated images from your LinkedIn profile on your GitHub readmes (Tools)
- AwesomeGithubProfileTemplates - GitHub Readme LinkedIn - Get dynamically generated images from your LinkedIn profile on your GitHub readmes (Resources / Tools)
- awesome-readme-tools - GitHub Readme LinkedIn - 📋 Dynamically generated images from your LinkedIn profile on your github readmes. (Statistical Tools (Widgets))
- awesome-github-profile-readme - GitHub Readme LinkedIn - Get dynamically generated images from your LinkedIn profile on your GitHub readmes (Tools)
- awesome-ubc-profile-readme - GitHub Readme LinkedIn - Get dynamically generated images from your LinkedIn profile on your GitHub readmes (Tools)
README
# GitHub Readme LinkedIn
A serverless application to get dynamically generated images from your LinkedIn profile on your GitHub READMEs!
## 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.
## Example
```MD
```
## Methods
| URL | Example | Description |
| ---------- | ------------------------------------------- | -------------------------- |
| `/experience` | `[YOUR_DOMAIN]/experience?username=[YOUR_LINKEDIN_USERNAME]` | Your LinkedIn experience section. |
| `/education` | `[YOUR_DOMAIN]/education?username=[YOUR_LINKEDIN_USERNAME]` | Your LinkedIn education section. |
| `/skills` | `[YOUR_DOMAIN]/skills?username=[YOUR_LINKEDIN_USERNAME]` | Your LinkedIn skills section. |
| `/languages` | `[YOUR_DOMAIN]/languages?username=[YOUR_LINKEDIN_USERNAME]` | Your LinkedIn languages section. |
| `/user` | `[YOUR_DOMAIN]/user?username=[YOUR_LINKEDIN_USERNAME]` | Your Fullname, Headline and Location. |
## Parameters
| Name | Example | Description | Required |
| ---------- | ------------------------------------------- | -------------------------- | --------- |
| username | ?username=[YOUR_LINKEDIN_USERNAME] | Your LinkedIn username. | YES |
| limit | ?username=[YOUR_LINKEDIN_USERNAME]&limit=10 | Count of the lists items. | NO |
## Deploy your own
You can deploy and use this project without any errors on your own [Vercel](https://vercel.com) instance by the following steps:Guide on setting up Vercel 🔨
1. Go to [vercel.com](https://vercel.com)
1. Click on `Login`
![](https://files.catbox.moe/tct1wg.png)
1. Sign in with GitHub by pressing `Continue with GitHub`
![](https://files.catbox.moe/btd78j.jpeg)
1. Sign into GitHub and allow access to all repositories, if prompted
1. Fork this repo
1. Go back to your [Vercel dashboard](https://vercel.com/dashboard)
1. Select `Import Project`
![](https://i.imgur.com/yzVClIY.png)
1. Select `Import a Git Repository`
![](https://i.imgur.com/8E96p4U.png)
1. Select root and keep everything as is, just place your LinkedIn cookie called `li_at` as your environment variable named `LINKEDIN_TOKEN` and click `Deploy`
![](https://i.imgur.com/ngBYKat.png)
1. You're good to go. See your domains to use the API!
## Technologies
- [TypeScript](https://github.com/microsoft/TypeScript)
- [Node.js](https://github.com/nodejs/node)
- [Express.js](https://github.com/expressjs/express)
- [Serverless](https://vercel.com)