README
Trending Algorithm
Algorithm for finding trending values for an Array of videos
Input
Array of video Info: Each video must contains views, comments, votes and uploadTime
Output
Array of video Info + trendingValue on each video object
get trending value of a video from views comments an votes
<script type="module">
import trendingAlgorithm from 'https://cdn.skypack.dev/trending-algorithm';
</script>
Algorithm for finding trending values for an Array of videos
Array of video Info: Each video must contains views, comments, votes and uploadTime
Array of video Info + trendingValue on each video object