Skip to content

Instantly share code, notes, and snippets.

@robinweser
Created January 14, 2019 08:15
Show Gist options
  • Save robinweser/dda4c645315c1e0d9e2b3f9bb3171235 to your computer and use it in GitHub Desktop.
Save robinweser/dda4c645315c1e0d9e2b3f9bb3171235 to your computer and use it in GitHub Desktop.
fetch(`https://bundlephobia.com/api/size?package=${packageName}`)
.then(res => res.json())
.then(({ size, gzip }) => /* do something */)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment