CDN Resources for github-username
Various ways to access github-username via Content Delivery Networks
Package Installation
npm
npm install github-username
yarn
yarn add github-username
pnpm
pnpm add github-username
CDN Links
jsDelivr
<script src="https://fastly.jsdelivr.net/npm/github-username"></script>
Unpkg
<script src="https://unpkg.com/github-username"></script>
jsDelivr ESM
<script type="module">
import githubusername from 'https://cdn.jsdelivr.net/npm/github-username/+esm';
</script>
Skypack
<script type="module">
import githubusername from 'https://cdn.skypack.dev/github-username';
</script>
CDN Provider Resources
Learn more about the CDN services used to deliver these packages