Github Timeline Embedder
Just use it as an image tag
Result
<img src="https://ghtl.vercel.app/svg?user=joelibaceta&zoom=0.5"/>
<img src="https://ghtl.vercel.app/svg?user=joelibaceta&zoom=0.25"/>
<img src="https://ghtl.vercel.app/svg?user=joelibaceta&shape=circle"/>
<img src="https://ghtl.vercel.app/svg?user=joelibaceta&dark=true"/>
<img src="https://ghtl.vercel.app/svg?user=joelibaceta&color=38507a"/>
<img src="https://ghtl.vercel.app/svg?user=joelibaceta&color=dd4b3c"/>
<img src="https://ghtl.vercel.app/svg?user=joelibaceta&color=FF4081"/>
<img src="https://ghtl.vercel.app/svg?user=joelibaceta&color=8e44ad"/>
- Receive a http request with the github username whose timeline want to embed
- Make a GET request to github.com to get the profile page source code.
- Scrap the html code to extract the timeline svg tag.
- Prepare the final svg to return.