Skip to content

omashune/sr-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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));

About

Simple wrapper for the SovetRomantica API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published