github_trend 0.1.7 copy "github_trend: ^0.1.7" to clipboard
github_trend: ^0.1.7 copied to clipboard

outdated

Get the popular repository on github,You can also get all the languages.And convert the data into Map, List, JSON

Github trending api for dart #

Get the popular repository on github,You can also get all the languages.And convert the data into Map, List, JSON

Usage #

A simple usage example:

GithubTrend githubTrend = GithubTrend();
try {
  // default time language
  List<Map<String, dynamic>> repos = await githubTrend.fetchRepos();
  List<String> languages = await githubTrend.fetchLanguages()
  print(repos);
} catch (e) {
  // get origin response
  githubTrend.response;
  print(e);
}

Features and bugs #

Please file feature requests and bugs at the issue tracker.

0
likes
0
pub points
10%
popularity

Publisher

unverified uploader

Get the popular repository on github,You can also get all the languages.And convert the data into Map, List, JSON

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

html, http

More

Packages that depend on github_trend