Use any GitHub repo as a CDN

Ricardo Zambon
1 min readJun 25, 2020

Recently I discovered jsDelivr, which is a service that allows transform any GitHub repository into a CDN, and the better, without fees!

How it works:

  1. The URL format is http://cdn.jsdelivr.net/gh/{usuario}/{repo}/, where you replace {user} by the repository owner from GitHub and{repo} by the repository name.
  2. Append to the URL the file path that you want access…

--

--