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

outdated

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
0
pub points
0%
popularity

Publisher

verified publisherrapougnac.moe

A module to easily interact with the Saucenao API.

Repository

License

unknown (LICENSE)

More

Packages that depend on saucenao