saucenao

Creator: coderz1093

Last updated:

0 purchases

saucenao Image
saucenao Images
Add to Cart

Description:

saucenao

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);
}
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.

Related Products

More From This Creator