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

outdated

github trending api for dart

Github trending api for dart

Created from templates made available by Stagehand under a BSD-style license.

Usage #

A simple usage example:

GithubTrending githubTrending = GithubTrending();
try {
  // default time language
  List<Map<String, dynamic>> defaultArray = await githubTrending.toList();
  print(defaultArray);
} catch (e) {
  // get origin response
  githubTrending.response;
  print(e);
}

Features and bugs #

Please file feature requests and bugs at the issue tracker.

0
likes
0
pub points
8%
popularity

Publisher

unverified uploader

github trending api for dart

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

html, http

More

Packages that depend on github_trend