Skip to content

Instantly share code, notes, and snippets.

@davecra
Created March 4, 2020 21:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davecra/e5a2741513dcfcb39e062f62e9370d2d to your computer and use it in GitHub Desktop.
Save davecra/e5a2741513dcfcb39e062f62e9370d2d to your computer and use it in GitHub Desktop.
Sample CDN for easyEws
<html>
<head>
<!-- DEBUG -->
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/davecra/easyEws/easyEws.js"></script>
<!-- Or, MINIFIED -->
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/davecra/easyEws/easyEws.min.js"></script>
</head>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment