sr-wrapper

1.0.0 • Public • Published

SR-Wrapper

SR-Wrapper is a simple sovetromantica API wrapper for Node.js

API Documentation

Installation

npm i sr-wrapper

Example

The code below will print information about each ongoing to the console

const SRWrapper = require('sr-wrapper');
const wrapper = new SRWrapper();

wrapper.ongoing()
    .then(ids => wrapper.animes(ids))
    .then(res => console.log(res));

Package Sidebar

Install

npm i sr-wrapper

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

4.16 kB

Total Files

4

Last publish

Collaborators

  • omashune