ao3 0.0.2 copy "ao3: ^0.0.2" to clipboard
ao3: ^0.0.2 copied to clipboard

This is an unofficial API that lets you access some of AO3's (archiveofourown.org) data through dart.

example/example.dart

import 'package:ao3/src/search.dart';

void main() async{
  Search search = Search(fandoms: 'Harry Potter', );
  await search.update();
  print(search.results);
}
0
likes
0
points
70
downloads

Publisher

unverified uploader

Weekly Downloads

This is an unofficial API that lets you access some of AO3's (archiveofourown.org) data through dart.

License

unknown (license)

Dependencies

html, http, intl, path, synchronized, validators

More

Packages that depend on ao3