Basket.js
Example of basket.js
HTML
<html>
<head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/basket.js/0.5.2/basket.full.min.js"></script>
<script>
basket.require({ url:'https://cdnjs.cloudflare.com/ajax/libs/countable/3.0.1/Countable.min.js' });
</script>
</head>
<body>
<h3>
Hello, Please check network tab and then localstorage.
</h3>
</body>
</html>