lte-earfcn-calculator
Version:
Javascript library for calculate EARFCN and Frequency.
14 lines • 341 B
HTML
<head>
<title>Simple Web</title>
<!-- Uncaught ReferenceError: exports is not defined -->
<script src="../../build/lte-earfcn-calculator.min.js"></script>
<script>
// Currently not working
console.log(LTE.earfcnToFreq(0)); // 2110.0
</script>
</head>
<body>
Check your console
</body>
</html>