This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@void206551/mwl-api

1.0.1 • Public • Published

@void206551/mwl-api

A Node wrapper for MyWaifuList.

Install:

npm i @void206551/mwl-api --save  

Usage:

const MWL = require('@void206551/mwl-api')  
const Waifu = new MWL("Your API Key")  
  
// Logs the daily waifu  
Waifu.dailyWaifu().then(console.log).catch(console.error)  

Functions:

Waifu

  • getWaifu(slugOrId) → Gets the information about a waifu
  • getWaifuImages(slugOrId) → Returns up to 10 images of a waifu
  • getWaifuByPage(letter, page) → Gets a list of waifus from a given letter and page
  • dailyWaifu() → Returns the daily waifu
  • randomWaifu() → Returns a random waifu

Currently Season

  • getAiring() → Gets all the currently airing shows
  • getBestWaifus() → Gets all the best waifus from this season
  • getPopularWaifus() → Gets the most popular waifus from this season
  • getTrashWaifus() → Gets the most trashed waifus form this season

Series

  • getSeries(slurOrId) → Gets information about a series
  • getSeriesByPage(letter) → Gets a list of series from a certain letter
  • getSeriesBySeason(season, year) → Gets a list of series that aired during a certin season of a year
    • season: spring, summer, fall, winter
  • getSeriesWaifus(slugOrId) → Gets the waifus from a certain series from a slur or ID

User

  • getUser(userId) → Gets the information from a user
  • getUserWaifus(userId, type) → Gets the waifus from a user
    • type: trash, like, created
  • getUserLists(userId) → Gets the lists a user has
  • getUserList(userId, listId) → Gets the data from a list

Search

  • search(string) → Search a string
  • searchBeta(string) → Search a string (Better results)
  • searchWaifu(name) → Search a waifu name
  • searchSeries(name) → Search a series name

Dependencies (1)

Dev Dependencies (7)

Package Sidebar

Install

npm i @void206551/mwl-api

Weekly Downloads

1

Version

1.0.1

License

ISC

Unpacked Size

18.5 kB

Total Files

5

Last publish

Collaborators

  • void206551