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

outdated

A library for accessing YC HackerNews

Usage #

A simple usage example:

  final Future<Item> sf = requestStory(8863);
  sf.then((Item story) {
    final comments = requestCommentsForStory(story);
    comments.forEach((f) {
      f.then((Item comment) {
        print(comment.id);
      });
    });
  });

Features and bugs #

Please file feature requests and bugs at the issue tracker.

1
likes
0
pub points
0%
popularity

Publisher

unverified uploader

A library for accessing YC HackerNews

Repository (GitLab)
View/report issues

License

unknown (LICENSE)

Dependencies

json_serializable, path, uri

More

Packages that depend on hacker_news_dart