
A JavaScript library used to display rating stars as percentage on your web page. Helps in displaying product rating on e-commerce website.
How to use it:
Include the rate.js file in the html page.
<script src="rate.js"></script>
Call the JavaScript Function with Percentage of your rating (0-100).
rate(25);







