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