saucenao 1.0.6 copy "saucenao: ^1.0.6" to clipboard
saucenao: ^1.0.6 copied to clipboard

A module to easily interact with the Saucenao API.

SauceNAO #

A module to easily interact with the SauceNAO API.

Example #

import 'package:saucenao/saucenao.dart';

void main(List<String> args) async {
  final sauceNao = SauceNao(apiKey: 'YOUR_API_KEY');
  final results = await sauceNao.find('https://i.imgur.com/rAQJOIJ.png');
  print(results.results.first);
}
1
likes
140
pub points
0%
popularity

Publisher

verified publisherrapougnac.moe

A module to easily interact with the Saucenao API.

Repository
View/report issues

Documentation

API reference

License

Unlicense (LICENSE)

More

Packages that depend on saucenao