GithubTrendEx v0.2.1 GithubTrendEx

GithubTrendEx get trend data from github.

Summary

Functions

Return Map %{name: "a name of the trend", url: "a url to github of the trend", description: "description of the trend"}

Get github trending from github.com

Generate URL for trending

Functions

find_contributors(el)
find_desc(el)
find_forks(el)
find_language(el)
find_name(el)
find_stars(el)
generate_url(el)
get_text_from(text)
list(html)
list(bitstring) :: [%GithubTrendEx.Repo{contributors: term, description: term, forks: term, language: term, name: term, stars: term, url: term}]

Return Map %{name: "a name of the trend", url: "a url to github of the trend", description: "description of the trend"}

trend(lang \\ "", since \\ "daily")
trend(bitstring, bitstring) :: bitstring

Get github trending from github.com