Skip to content

chadnpc/cliHelper.trends

Repository files navigation

A module to collect trends data from different sources.

Build Module Downloads

Usage

Install-Module cliHelper.trends

then

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-Table

Output

Image

NOTE: This module is still in alpha phase. While "graphapi calls and types" work fine, the "trending calculation/algorithm" part is still not done.

License

This project is licensed under the WTFPL License.

About

A module to collect trends data from different sources.

Topics

Resources

License

Stars

Watchers

Forks