Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/huanghaiyang/github-trending

github-trending implement by dart
https://github.com/huanghaiyang/github-trending

dart dart-library github github-api github-trending

Last synced: 20 days ago
JSON representation

github-trending implement by dart

Awesome Lists containing this project

README

        

# Github trending API

## APIs

+ trending repos
```dart
Map actual = await requestTrendingRepos();
```

+ trending developers
```dart
List actual = await requestTrendingDevelopers();
```

+ topics 100+
```dart
List> actual = await requestTopics();
```