Skip to content

fuwaguwa/nekos.fun.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nekos.fun

Unofficial API wrapper for nekos.fun made in JavaScript. Provide SFW and NSFW anime/real life pictures as well as GIFs for all to use.

All Endpoints: https://www.nekos.fun/apidoc.html

API discord server: https://discord.gg/UeZagdFVXh
My discord server: https://discord.gg/NFkMxFeEWr

Installation

npm i nekos-fun

Examples

const neko = require('nekos-fun')

async function myFunc() {
    // SFW Endpoint
    console.log(`SFW: ${await neko.sfw.hug()}`)

    // NSFW Endpoint
    console.log(`NSFW: ${await neko.nsfw.gasm()}`)
}

// Call your function
myFunc()

About

Unofficial API wrapper for nekos.fun. Provides anime/IRL GIFs and pics.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published