Socket
Socket
Sign inDemoInstall

nekos-fun

Package Overview
Dependencies
7
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    nekos-fun

Unofficial wrapper for nekos.fun API. Provides SFW and NSFW, Anime and Real Life Images and GIFs.


Version published
Weekly downloads
14
increased by75%
Maintainers
1
Install size
491 kB
Created
Weekly downloads
 

Readme

Source

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

Keywords

FAQs

Last updated on 30 Dec 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc