Skip to content

Instantly share code, notes, and snippets.

@carlhannes
Created October 3, 2019 15:46
Show Gist options
  • Save carlhannes/b968469fd63f149f83e6a0a54b2b17e0 to your computer and use it in GitHub Desktop.
Save carlhannes/b968469fd63f149f83e6a0a54b2b17e0 to your computer and use it in GitHub Desktop.
let versions = [];
(await (await fetch('https://unpkg.com/browse/picasso.js/')).text()).replace(/<option[^>]*value="([^"]*)"[^>]*>/gm, (match, version) => versions.push(version) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment