Skip to content

Instantly share code, notes, and snippets.

@pdeschen
Created May 18, 2012 19:36
Show Gist options
  • Save pdeschen/2727236 to your computer and use it in GitHub Desktop.
Save pdeschen/2727236 to your computer and use it in GitHub Desktop.
e164.js html
<script src="e164.min.js"></script>
<!--
<script src="e164.js"></script>
-->
<script>
console.log(e164.lookup('15145551234'));
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment