1.1.6 • Published 3 years ago

mxsicxyz v1.1.6

Weekly downloads
15
License
MIT
Repository
github
Last release
3 years ago

mxsicxyz / API

api wrapper for mxsicxyz

npm i mxsicxyz

how to use"

const mxsic = require('mxsicxyz');
const api = new mxsic()

// NSFW Endpoints
api.nsfw("thighs").then(img => {
    console.log(img)
})

// SFW Endpoints
api.sfw("pat").then(img => {
    console.log(img)
})

endpoints

|| NSFW ||

  • ass
  • boobs
  • feet
  • gifs
  • hboobs
  • hentai
  • kink
  • thighs
  • yuri

|| SFW ||

  • kiss
  • hug
  • pat

For an up to date list on endpoints visit i.mxsic.xyz

For support join our discord

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.2-b

3 years ago