1.2.2 • Published 7 years ago

@sr229/sagiri v1.2.2

Weekly downloads
-
License
EPL
Repository
github
Last release
7 years ago

Sagiri

A simple, lightweight and actually good JS wrapper for the SauceNAO API.

Installation

npm install @sr229/sagiri

Usage

Example:

const Sagiri = require('sagiri');
const handler = new Sagiri('TOKEN'); // or new Sagiri('TOKEN', number of results)

handler.getSauce('http://i.imgur.com/5yFTeRV.png').then(res => {
    console.log(res);
});

API

Documentation for the module is available here.

Contributing

All contributions are accepted! If you think you can bring uploading support, or make the lib perform better, make a PR and start coding!

Copyright

Copyright 2017 (c) ClarityMoe. This Library is from the Clara base project.

Sagiri is a character from Eromanga-sensei. All rights reserved to her authors.

1.2.2

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago