A module to collect trends data from different sources.
Install-Module cliHelper.trendsthen
Import-Module cliHelper.trends
$top_python_repos = ghtrends -by Stars -language Python 10
# i.e: ghtrends is alias for the f(x) Get-GitHubTrendingRepositories
echo $top_python_repos | Format-TableOutput
NOTE: This module is still in alpha phase. While "graphapi calls and types" work fine, the "trending calculation/algorithm" part is still not done.
This project is licensed under the WTFPL License.
