This package has been deprecated

Author message:

this scopedpackage is no longer supported. Use sagiri instead

@sr229/sagiri

1.2.2 • Public • Published

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.

Sponsor

Package Sidebar

Install

npm i @sr229/sagiri

Weekly Downloads

1

Version

1.2.2

License

EPL

Last publish

Collaborators

  • sr229