1.0.3 • Published 2 years ago

nsfw_api-pkg v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Installation

npm i nsfw_api-pkg

Delcaration

const nsfw_api_pkg = require('nsfw_api-pkg');

Get Api

const nsfw_api_pkg = require("nsfw_api-pkg");
const api = new nsfw_api_pkg();

Functions

getData() // To get all the data
getAnime(); // To get all the anime data
getRandomAnime(); // To get a random anime gif link
getReal(); // To get all the real data
getRandomReal(); // To get a random real gif link

Type

You can put type in [getAnime(), getRandomAnime(), getReal(), getRandomReal()] functions
and avalible data for now is ["pussy", "ass", "kiss"]

Demo

const nsfw_api_pkg = require("nsfw_api-pkg");
const api = new nsfw_api_pkg();
api.getRandomAnime("pussy").then(async (res)=>{
    console.log()
}).catch(async (err) => {
    console.error(err)
})
1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago